| Leadtools.ImageProcessing.Effects Namespace : EdgeDetectorCommandType Enumeration |
public enum EdgeDetectorCommandType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum EdgeDetectorCommandType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As EdgeDetectorCommandType
public enum EdgeDetectorCommandType : System.IComparable, System.IConvertible, System.IFormattable
enum LTEdgeDetectorCommandType
public enum EdgeDetectorCommandType
Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType = function() { };
Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.prototype = {
SobelVertical = 0x00000101,
SobelHorizontal = 0x00000102,
SobelBoth = 0x00000103,
PrewittVertical = 0x00000201,
PrewittHorizontal = 0x00000202,
PrewittBoth = 0x00000203,
Laplace1 = 0x00000301,
Laplace2 = 0x00000302,
Laplace3 = 0x00000303,
LaplaceDiagonal = 0x00000304,
LaplaceHorizontal = 0x00000305,
LaplaceVertical = 0x00000306,
GradientNorth = 0x00000401,
GradientNorthEast = 0x00000402,
GradientEast = 0x00000403,
GradientSouthEast = 0x00000404,
GradientSouth = 0x00000405,
GradientSouthWest = 0x00000406,
GradientWest = 0x00000407,
GradientNorthWest = 0x00000408,
};
public enum class EdgeDetectorCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType