TransformsProvider.StackBlur Method

Applies a stack blur filter to the image.

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

Syntax

C#
public void StackBlur(
	float radius
)

Parameters

radius

Type: System.Single

The radius of the blur effect.

See Also

Reference