EdgeDetect Class

Outlines edges of an image.

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

Syntax

C#
public sealed class EdgeDetect : CnvTransform

Remarks

This class uses certain spatial filters to detect edges. Using the Mode property you can specify the edge detector.

Inheritance Hierarchy

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference