Table of Contents

Enum EdgeDetectionMode

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Specifies the edge detection mode for the Edge Detection effect.
D2D1_EDGEDETECTION_MODE

public enum EdgeDetectionMode

Fields

Sobel = 0

Indicates the Sobel operator should be used for edge detection.

Prewitt = 1

Indicates the Prewitt operator should be used for edge detection.