'Declaration Public Enum Plane Inherits System.Enum
'Usage Dim instance As Plane
public enum Plane : System.Enum
public enum class Plane : public System.Enum
'Declaration Public Enum Plane Inherits System.Enum
'Usage Dim instance As Plane
public enum Plane : System.Enum
public enum class Plane : public System.Enum
Member | Description |
---|---|
Axial | Typical a cross-section of a patient |
Coronal | A slice as if viewed from the front/back |
Sagittal | A slice as if viewed from the side |
Unchanged | As special Plane, which when used in DicomImage3D.SetViewPlane indicates the view plane should be left unaltered. |
System.Object
System.ValueType
System.Enum
DicomObjects.Enums.Plane