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

TransformsProvider.Blur Method (Single, BlurType)

Applies blur filter on the bitmap.

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

Syntax

Visual Basic
Public Sub Blur ( _
	radius As Single, _
	type As BlurType _
)
C#
public void Blur(
	float radius,
	BlurType type
)

Parameters

radius

Type: System.Single

A positive value which specifies blur radius.
type

Type: Aurigma.GraphicsMill.Transforms.BlurType

A member of BlurType enumeration specifying blur type.

Remarks

You can also use Blur class to apply this effect.

See Also

Reference