Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

BinaryFilterCommandPredefined Enumeration








Enumerated values that represent the predefined binary filter to use.
Syntax
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  
typedef NS_ENUM(NSInteger, LTBinaryFilterCommandPredefined)
public enum BinaryFilterCommandPredefined
Leadtools.ImageProcessing.Effects.BinaryFilterCommandPredefined = function() { };
Leadtools.ImageProcessing.Effects.BinaryFilterCommandPredefined.prototype = {<br/>
  ErosionOmniDirectional = 0,
	ErosionHorizontal = 1,
	ErosionVertical = 2,
	ErosionDiagonal = 3,
	DilationOmniDirectional = 4,
	DilationHorizontal = 5,
	DilationVertical = 6,
	DilationDiagonal = 7,
	
 };
public enum class BinaryFilterCommandPredefined : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0ErosionOmniDirectional Shrinks black objects in the image in all directions.
1ErosionHorizontal Shrinks black objects in the image horizontally.
2ErosionVertical Shrinks black objects in the image vertically.
3ErosionDiagonal Shrinks black objects in the image diagonally.
4DilationOmniDirectional Shrinks black objects in the image in all directions.
5DilationHorizontal Enlarges black objects in the image horizontally.
6DilationVertical Enlarges black objects in the image vertically.
7DilationDiagonal Enlarges black objects in the image diagonally.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

Error processing SSI file