DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImageCurvedMPR Class / DicomImageCurvedMPR Constructor
The volume from which to create the image

In This Topic
    DicomImageCurvedMPR Constructor
    In This Topic
    Create a curved MPR image from a DicomVolume
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal volume As DicomVolume _
    )
    public DicomImageCurvedMPR( 
       DicomVolume volume
    )

    Parameters

    volume
    The volume from which to create the image
    Remarks

    Multiple images may share the same volume, and this should be used where possible to save both general and video RAM.

    The rendering mode may subsequently be changed without creating a new image object.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also