StackBlur Constructor (Single)

Initializes a new instance of the StackBlur class with the specified radius.

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

Syntax

C#
public StackBlur(
	float radius
)

Parameters

radius

Type: System.Single

The radius of the blur effect.

See Also

Reference