DicomObjects.NET.8.48 Documentation
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
    public enum Plane : 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.8 or higher

    See Also