This documentation is for the old version. Go to the latest Graphics Mill docs

MaximumFilter Constructor (Int32)

Creates new MaximumFilter class instance. You can specify filter radius here.

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

Syntax

Visual Basic
Public Sub New ( _
	radius As Integer _
)
C#
public MaximumFilter(
	int radius
)

Parameters

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.

See Also

Reference