TransformsProvider.EdgeDetect Method

Outlines edges of the bitmap.

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

Syntax

C#
public void EdgeDetect(
	EdgeDetectMode mode
)

Parameters

mode

Type: Aurigma.GraphicsMill.Transforms.EdgeDetectMode

A EdgeDetectMode specifying an edge detector.

Remarks

This method uses certain spatial filters to detect edges. Using the mode paramater you can specify the edge detector.

See Also

Reference