LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
BinaryFilterCommandPredefined Enumeration
See Also  
Leadtools.ImageProcessing.Effects Namespace : BinaryFilterCommandPredefined Enumeration



Enumerated values that represent the predefined binary filter to use. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Enum BinaryFilterCommandPredefined 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As BinaryFilterCommandPredefined
C# 
public enum BinaryFilterCommandPredefined : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class BinaryFilterCommandPredefined : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
DilationDiagonalEnlarges black objects in the image diagonally.
DilationHorizontalEnlarges black objects in the image horizontally.
DilationOmniDirectionalShrinks black objects in the image in all directions.
DilationVerticalEnlarges black objects in the image vertically.
ErosionDiagonalShrinks black objects in the image diagonally.
ErosionHorizontalShrinks black objects in the image horizontally.
ErosionOmniDirectionalShrinks black objects in the image in all directions.
ErosionVerticalShrinks black objects in the image vertically.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Effects.BinaryFilterCommandPredefined

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also