Leadtools.ImageProcessing.Effects Namespace : AntiAliasingCommandType Enumeration |
public enum AntiAliasingCommandType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum AntiAliasingCommandType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As AntiAliasingCommandType
public enum AntiAliasingCommandType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.Effects.AntiAliasingCommandType = function() { }; Leadtools.ImageProcessing.Effects.AntiAliasingCommandType.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class AntiAliasingCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Diagonal | Anti-alias the image diagonally. |
Horizontal | Anti-alias the image horizontally. |
Type1 | Anti-alias the image vertically and horizontally. |
Type2 | Anti-alias the image in all directions. |
Type3 | Anti-alias the image in all directions. The filter used for this option is different from the filter used for the Type2 option. |
Vertical | Anti-alias the image vertically. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.AntiAliasingCommandType
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