LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

AntiAliasingCommandType Enumeration

Show in webframe







Enumerated values that indicate the type of anti-aliasing filter to use.
Syntax
public enum AntiAliasingCommandType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum AntiAliasingCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As AntiAliasingCommandType
public enum AntiAliasingCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTAntiAliasingCommandType
public enum AntiAliasingCommandType
Leadtools.ImageProcessing.Effects.AntiAliasingCommandType = function() { };
Leadtools.ImageProcessing.Effects.AntiAliasingCommandType.prototype = {
Type1 = 0x00000000, Type2 = 0x00000001, Type3 = 0x00000002, Diagonal = 0x00000003, Horizontal = 0x00000004, Vertical = 0x00000005, };
public enum class AntiAliasingCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000Type1Anti-alias the image vertically and horizontally.
0x00000001Type2Anti-alias the image in all directions.
0x00000002Type3Anti-alias the image in all directions. The filter used for this option is different from the filter used for the Type2 option.
0x00000003DiagonalAnti-alias the image diagonally.
0x00000004HorizontalAnti-alias the image horizontally.
0x00000005VerticalAnti-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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.