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

Show in webframe

AntiAliasingCommandType Enumeration








Enumerated values that indicate the type of anti-aliasing filter to use.
Syntax
public enum AntiAliasingCommandType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
Public Enum AntiAliasingCommandType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As AntiAliasingCommandType
public enum AntiAliasingCommandType : System.IComparable, System.IConvertible, System.IFormattable  
typedef  NS_ENUM(NSInteger, LTAntiAliasingCommandType)
public enum AntiAliasingCommandType
Leadtools.ImageProcessing.Effects.AntiAliasingCommandType = function() { };
Leadtools.ImageProcessing.Effects.AntiAliasingCommandType.prototype = {<br/>
  Type1 = 0,
	Type2 = 1,
	Type3 = 2,
	Diagonal = 3,
	Horizontal = 4,
	Vertical = 5,
	
 };
public enum class AntiAliasingCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0Type1 Anti-alias the image vertically and horizontally.
1Type2 Anti-alias the image in all directions.
2Type3 Anti-alias the image in all directions. The filter used for this option is different from the filter used for the Type2 option.
3Diagonal Anti-alias the image diagonally.
4Horizontal Anti-alias the image horizontally.
5Vertical Anti-alias the image vertically.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

Error processing SSI file