Visual Basic (Declaration) | |
---|---|
Public Enum AntiAliasingCommandType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum AntiAliasingCommandType : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum AntiAliasingCommandType : public Enum |
C++/CLI | |
---|---|
public enum class AntiAliasingCommandType : public Enum |
Member | Description |
---|---|
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. |
Diagonal | Anti-alias the image diagonally. |
Horizontal | Anti-alias the image horizontally. |
Vertical | Anti-alias the image vertically. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.AntiAliasingCommandType
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family