This documentation is for the old version. Go to the latest Graphics Mill docs

Sharpen Constructor (Int32)

Creates and initializes Sharpen class instance. You can specify the single parameter of this transform here.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Sub New ( _
	strength As Integer _
)
C#
public Sharpen(
	int strength
)

Parameters

strength

Type: System.Int32

Value in range [0, 100] specifying sharpening strength. Minimum value makes no changes, maximum value produces maximum sharpening effect. This value can be changed later using Strength property.

See Also

Reference