Leadtools.ImageProcessing.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
BinaryFilterCommandPredefined Enumeration
See Also  
Leadtools.ImageProcessing.Effects Namespace : BinaryFilterCommandPredefined Enumeration



Enumerated values that represent the predefined binary filter to use.

Syntax

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

Members

MemberDescription
ErosionOmniDirectional Shrinks black objects in the image in all directions.
ErosionHorizontal Shrinks black objects in the image horizontally.
ErosionVertical Shrinks black objects in the image vertically.
ErosionDiagonal Shrinks black objects in the image diagonally.
DilationOmniDirectional Shrinks black objects in the image in all directions.
DilationHorizontal Enlarges black objects in the image horizontally.
DilationVertical Enlarges black objects in the image vertically.
DilationDiagonal Enlarges black objects in the image diagonally.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also