DicomObjects.NET.V8
DicomObjects.Enums Namespace / Plane Enumeration



In This Topic
    Plane Enumeration
    In This Topic
    Common planes used to display 3D images
    Syntax
    'Declaration
     
    Public Enum Plane 
       Inherits System.Enum
    'Usage
     
    Dim instance As Plane
    public enum Plane : System.Enum 
    public enum class Plane : public System.Enum 
    Members
    MemberDescription
    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
    UnchangedAs special Plane, which when used in DicomImage3D.SetViewPlane indicates the view plane should be left unaltered.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.Plane

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also