Applies blur filter on the bitmap.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Blur ( _ radius As Single _ )
public void Blur( float radius )
Type: System.Single
A positive value which specifies blur radius.bitmap.Transforms.Blur(5)
bitmap.Transforms.Blur(5);