Blur Constructor (Single)

Initializes a new instance of the Blur class using the specified radius.

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

Syntax

C#
public Blur(
	float radius
)

Parameters

radius

Type: System.Single

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

See Also

Reference