DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / RenderMode3D Enumeration






    RenderMode3D Enumeration
    The types of 3D rendering available
    Syntax
    'Declaration
     
    
    Public Enum RenderMode3D 
       Inherits System.Enum
     
    'Usage
     
    
    Dim instance As RenderMode3D
    Members
    MemberDescription
    Average Average - this is like MPR, but with a finite thickness
    Maximum Maximum Intensity Projection
    Minimum Minimum Intensity Projection
    MPR Multi-planar reformatting
    VR Volume Rendering
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.RenderMode3D

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also