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

EdgeDetect.Mode Property

Gets/sets an edge detector used to outline image edges.

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

Syntax

Visual Basic
Public Property Mode As EdgeDetectMode
C#
public EdgeDetectMode Mode { get; set; }

Property Value

EdgeDetectMode value specifying edge detector.

See Also

Reference