Blur Class

Applies a blur effect to an image.

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

Syntax

C#
public sealed class Blur : MaskTransform

Remarks

This transform supports the only Radius settings. Large values of radius makes image more blurry, so you can treat this parameter as "blur strength".

Inheritance Hierarchy

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference

Manual