Leadtools.ImageProcessing.Effects Namespace : BinaryFilterCommandPredefined Enumeration |
public enum BinaryFilterCommandPredefined : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum BinaryFilterCommandPredefined Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As BinaryFilterCommandPredefined
public enum BinaryFilterCommandPredefined : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.Effects.BinaryFilterCommandPredefined = function() { }; Leadtools.ImageProcessing.Effects.BinaryFilterCommandPredefined.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class BinaryFilterCommandPredefined : public System.Enum, System.IComparable, System.IConvertible, System.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2