LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

BinaryFilterCommandPredefined Enumeration






Enumerated values that represent the predefined binary filter to use. .NET support WinRT support Silverlight support
Syntax
public enum BinaryFilterCommandPredefined : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum BinaryFilterCommandPredefined 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As BinaryFilterCommandPredefined
public enum BinaryFilterCommandPredefined : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.ImageProcessing.Effects.BinaryFilterCommandPredefined = function() { };
Leadtools.ImageProcessing.Effects.BinaryFilterCommandPredefined.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class BinaryFilterCommandPredefined : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
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: 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

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.