|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
| 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
typedef NS_ENUM(NSInteger, LTEdgeDetectorCommandType)
public enum EdgeDetectorCommandType
Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType = function() { };
Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType.prototype = {<br/>
SobelVertical = 257,
SobelHorizontal = 258,
SobelBoth = 259,
PrewittVertical = 513,
PrewittHorizontal = 514,
PrewittBoth = 515,
Laplace1 = 769,
Laplace2 = 770,
Laplace3 = 771,
LaplaceDiagonal = 772,
LaplaceHorizontal = 773,
LaplaceVertical = 774,
GradientNorth = 1025,
GradientNorthEast = 1026,
GradientEast = 1027,
GradientSouthEast = 1028,
GradientSouth = 1029,
GradientSouthWest = 1030,
GradientWest = 1031,
GradientNorthWest = 1032,
};
public enum class EdgeDetectorCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.EdgeDetectorCommandType