←Select platform

AntiAliasingCommandType Enumeration

Summary
Enumerated values that indicate the type of anti-aliasing filter to use.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum AntiAliasingCommandType   
typedef NS_ENUM(NSInteger, LTAntiAliasingCommandType) { 
 LTAntiAliasingCommandTypeType1,  
 LTAntiAliasingCommandTypeType2,  
 LTAntiAliasingCommandTypeType3,  
 LTAntiAliasingCommandTypeDiagonal,  
 LTAntiAliasingCommandTypeHorizontal,  
 LTAntiAliasingCommandTypeVertical,  
}; 
public final class AntiAliasingCommandType 
    extends java.lang.Enum<AntiAliasingCommandType> 
public enum class AntiAliasingCommandType   
class AntiAliasingCommandType(Enum): 
   Type1 = 0 
   Type2 = 1 
   Type3 = 2 
   Diagonal = 3 
   Horizontal = 4 
   Vertical = 5 
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.
Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.