Click or drag to resize
EdgeDetectionEffectMode Enumeration

Specifies what type of filter kernel to use for edge detection.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum EdgeDetectionEffectMode
Members
  Member nameValueDescription
Sobel0Indicates the Sobel operator should be used for edge detection.
Prewitt1Indicates the Prewitt operator should be used for edge detection.
See Also