LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

AntiAliasingCommandType Enumeration






Enumerated values that indicate the type of anti-aliasing filter to use. .NET support WinRT support Silverlight support
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  
Leadtools.ImageProcessing.Effects.AntiAliasingCommandType = function() { };
Leadtools.ImageProcessing.Effects.AntiAliasingCommandType.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class AntiAliasingCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
DiagonalAnti-alias the image diagonally.
HorizontalAnti-alias the image horizontally.
Type1Anti-alias the image vertically and horizontally.
Type2Anti-alias the image in all directions.
Type3Anti-alias the image in all directions. The filter used for this option is different from the filter used for the Type2 option.
VerticalAnti-alias the image vertically.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.