| Visual Basic (Declaration) | |
|---|---|
Public Enum Plane Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Plane | |
| C# | |
|---|---|
public enum Plane : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class Plane : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Axial | An imaginary plane that divides the body into superior and inferior parts |
| Coronal | Any vertical plane that divides the body into ventral and dorsal (belly and back) sections |
| Oblique | Any plane passing through the body not parallel to one of the three primary |
| Sagittal | A vertical plane which passes from front to rear dividing the body into right and left sections. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.Common.DataTypes.Plane
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