| Visual Basic (Declaration) | |
|---|---|
Public Enum OrientationActions Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As OrientationActions | |
| C# | |
|---|---|
public enum OrientationActions : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class OrientationActions : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| FlipHorz | Flip the image along the horizontal axis. |
| FlipVert | Flip the image along the vertical axis. |
| None | No action. |
| Rotate270 | Rotate the image 270 degrees in the clockwise direction (or 90 degrees in the counter-clockwise direction). |
| Rotate90 | Rotate the image 90 degrees in the clockwise direction. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.Common.DataTypes.OrientationActions
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code