←Select platform

AntiAliasingCommandType Enumeration

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum AntiAliasingCommandType   
Public Enum AntiAliasingCommandType  
    
    
public enum AntiAliasingCommandType    
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   

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly