Leadtools.Services.ImageProcessing.DataContracts Namespace : BinaryFilterCommandPredefined Enumeration |
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="BinaryFilterCommandPredefined")] public enum BinaryFilterCommandPredefined : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="BinaryFilterCommandPredefined")> Public Enum BinaryFilterCommandPredefined Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As BinaryFilterCommandPredefined
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="BinaryFilterCommandPredefined")] public enum class BinaryFilterCommandPredefined : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | ErosionOmniDirectional | Shrinks black objects in the image in all directions. |
0x00000001 | ErosionHorizontal | Shrinks black objects in the image horizontally. |
0x00000002 | ErosionVertical | Shrinks black objects in the image vertically. |
0x00000003 | ErosionDiagonal | Shrinks black objects in the image diagonally. |
0x00000004 | DilationOmniDirectional | Shrinks black objects in the image in all directions. |
0x00000005 | DilationHorizontal | Enlarges black objects in the image horizontally. |
0x00000006 | DilationVertical | Enlarges black objects in the image vertically. |
0x00000007 | DilationDiagonal | Enlarges black objects in the image diagonally. |
System.Object
System.ValueType
System.Enum
Leadtools.Services.ImageProcessing.DataContracts.BinaryFilterCommandPredefined