DicomObjects.NET.V8
DicomObjects Namespace / DicomVolume Class / DicomVolume Constructor / DicomVolume Constructor(DicomImage)
The Multi-frame image to derive the DicomVolume from



In This Topic
    DicomVolume Constructor(DicomImage)
    In This Topic
    Constructs a DicomVolume from a set of slices within a multi-frame image.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal Image As DicomImage _
    )
    'Usage
     
    Dim Image As DicomImage
     
    Dim instance As New DicomVolume(Image)
    public DicomVolume( 
       DicomImage Image
    )
    public:
    DicomVolume( 
       DicomImage^ Image
    )

    Parameters

    Image
    The Multi-frame image to derive the DicomVolume from
    Remarks

    The slices ini the multi-frame image must be the same size, orientation, bit depth etc. and must be evenly spaced (though not necessarily in order, as they will be sorted internally).

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also