Visual Basic (Declaration) | |
---|---|
Public Enum BinaryFilterCommandPredefined Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As BinaryFilterCommandPredefined |
C# | |
---|---|
public enum BinaryFilterCommandPredefined : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class BinaryFilterCommandPredefined : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
DilationDiagonal | Enlarges black objects in the image diagonally. |
DilationHorizontal | Enlarges black objects in the image horizontally. |
DilationOmniDirectional | Shrinks black objects in the image in all directions. |
DilationVertical | Enlarges black objects in the image vertically. |
ErosionDiagonal | Shrinks black objects in the image diagonally. |
ErosionHorizontal | Shrinks black objects in the image horizontally. |
ErosionOmniDirectional | Shrinks black objects in the image in all directions. |
ErosionVertical | Shrinks black objects in the image vertically. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.BinaryFilterCommandPredefined
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)