EdgeDetect Constructor (EdgeDetectMode)

Initializes a new instance of the EdgeDetect class using the specified edge detector

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

Syntax

C#
public EdgeDetect(
	EdgeDetectMode mode
)

Parameters

mode

Type: Aurigma.GraphicsMill.Transforms.EdgeDetectMode

A EdgeDetectMode specifying an edge detector. You can change this value later through the Mode property.

See Also

Reference