Creates new MinimumFilter class instance. You can specify filter radius here.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ radius As Integer _ )
public MinimumFilter( int radius )
Type: System.Int32
Radius of the filter (in pixels). Can be any positive integer value. You can later access this value through property Radius.