| Visual Basic (Declaration) | |
|---|---|
Public Enum AntiAliasingCommandType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AntiAliasingCommandType | |
| C# | |
|---|---|
public enum AntiAliasingCommandType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class AntiAliasingCommandType : public System.Enum, IComparable, IConvertible, 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code