←Select platform

AntiAliasingCommandType Enumeration

Summary

Enumerated values that indicate the type of anti-aliasing filter to use.

Syntax
C#
VB
Objective-C
C++
Java
public enum AntiAliasingCommandType   
Public Enum AntiAliasingCommandType  
typedef  NS_ENUM(NSInteger, LTAntiAliasingCommandType) 
public enum AntiAliasingCommandType 
public enum class AntiAliasingCommandType   

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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly