Creates new Blur class instance. You can initialize all transform parameters here (both blur radius and blur type).
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Type: System.Single
A positive value which specifies blur radius. You can later access this value through property Radius.Type: Aurigma.GraphicsMill.Transforms.BlurType
A member of BlurType enumeration specifying blur type. You can later access this value through property Type.