DicomObjects.NET.8.48 Documentation
DicomObjects.Enums Namespace / Plane Enumeration






    Plane Enumeration
    Common planes used to display 3D images
    Syntax
    'Declaration
     
    
    Public Enum Plane 
       Inherits System.Enum
     
    'Usage
     
    
    Dim instance As Plane
    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