| Visual Basic (Declaration) | |
|---|---|
Public Enum EmbossCommandDirection Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As EmbossCommandDirection | |
| C# | |
|---|---|
public enum EmbossCommandDirection : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class EmbossCommandDirection : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| East | East. |
| North | North. |
| NorthEast | Northeast. |
| NorthWest | Northwest. |
| South | South. |
| SouthEast | Southeast. |
| SouthWest | Southwest. |
| West | West. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.EmbossCommandDirection
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