SmartBlur Constructor (Single, Single)

Initializes a new instance of the SmartBlur class using the specified Radius and Threshold.

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

Syntax

C#
public SmartBlur(
	float radius,
	float threshold
)

Parameters

radius

Type: System.Single

The smart blur radius. You can change this value later through the Radius property.
threshold

Type: System.Single

The smart blur threshold. You can change this value later through the Threshold property.

See Also

Reference