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

Blur Constructor (Single)

Creates new Blur class instance. You can set blur radius here.

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

Syntax

Visual Basic
Public Sub New ( _
	radius As Single _
)
C#
public Blur(
	float radius
)

Parameters

radius

Type: System.Single

A positive value which specifies blur radius. You can later access this value through property Radius.

See Also

Reference