Click or drag to resize

EdgeDetectionDirection Enumeration

Specifies the direction of the edge detection

Namespace:  Atalasoft.Imaging.ImageProcessing.Filters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum EdgeDetectionDirection
Members
  Member nameDescription
Top Emphasizes top edges
Right Emphasizes right edges
Bottom Emphasizes bottom edges
Left Emphasizes left edges
See Also