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

TransformsProvider.EdgeDetect Method

Detects edges on the image.

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

Syntax

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

Parameters

mode

Type: Aurigma.GraphicsMill.Transforms.EdgeDetectMode

EdgeDetectMode value specifying edge detector.

Remarks

You can also use EdgeDetect class to detect edges.

See Also

Reference