| Visual Basic (Declaration) | |
|---|---|
Public Enum Medical3DMPRPlaneType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Medical3DMPRPlaneType | |
| C# | |
|---|---|
public enum Medical3DMPRPlaneType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class Medical3DMPRPlaneType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Axial | The axial orthogonal plane. |
| Coronal | The Coronal orthogonal plane. |
| Sagittal | The Sagittal orthogonal plane. |
There are two types of MPR planes:
- Orthogonal planes: Axial, Coronal, and Sagittal planes.
- Oblique planes, which can be added through the Medical3DObject.Planes array.
System.Object
System.ValueType
System.Enum
Leadtools.Medical3D.Medical3DMPRPlaneType
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