Visual Basic (Declaration) | |
---|---|
Public Enum EdgeDetectorCommandType Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As EdgeDetectorCommandType |
C# | |
---|---|
public enum EdgeDetectorCommandType : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class EdgeDetectorCommandType : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
GradientEast | Detect east edges. |
GradientNorth | Detect north edges. |
GradientNorthEast | Detect north east edges. |
GradientNorthWest | Detect north west edges. |
GradientSouth | Detect south edges. |
GradientSouthEast | Detect south east edges. |
GradientSouthWest | Detect south west edges. |
GradientWest | Detect west edges. |
Laplace1 | Detect vertical and horizontal edges. |
Laplace2 | Detect general edges |
Laplace3 | Detect general edges. (The filter used for this option is different than the filter used for the Laplace2 filter.) |
LaplaceDiagonal | Detect the diagonal edges. |
LaplaceHorizontal | Detect the horizontal edges. |
LaplaceVertical | Detect the vertical edges. |
PrewittBoth | Detect horizontal and vertical edges. |
PrewittHorizontal | Detect the horizontal edges. |
PrewittVertical | Detect the vertical edges. |
SobelBoth | Detect horizontal and vertical edges. |
SobelHorizontal | Detect the horizontal edges. |
SobelVertical | Detect the vertical edges. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)