DicomObjects.NET.V8
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 _
    )
    'Usage
     
    Dim volume As DicomVolume
     
    Dim instance As New DicomImageCurvedMPR(volume)
    public DicomImageCurvedMPR( 
       DicomVolume volume
    )
    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.0 or higher

    See Also