Sharpen Constructor (Int32)

Initializes a new instance of the Sharpen class using the specified sharpening strength.

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

Syntax

C#
public Sharpen(
	int strength
)

Parameters

strength

Type: System.Int32

The sharpening strength in range [0, 100]. You can change it later using Strength property.

See Also

Reference