Median Constructor (Int32)

Initializes a new instance of the Median class using the specified filter radius.

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

Syntax

C#
public Median(
	int radius
)

Parameters

radius

Type: System.Int32

The radius of the filter in pixels. You can change it later using the Radius property.

See Also

Reference