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

EdgeDetect Constructor (EdgeDetectMode)

Creates and initializes new EdgeDetect class instance. You can specify edge detector here.

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

Syntax

Visual Basic
Public Sub New ( _
	mode As EdgeDetectMode _
)
C#
public EdgeDetect(
	EdgeDetectMode mode
)

Parameters

mode

Type: Aurigma.GraphicsMill.Transforms.EdgeDetectMode

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

See Also

Reference