DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomVolume Class / DicomVolume Constructor / DicomVolume Constructor(DicomImage)
The DICOM image containing the volume data.



In This Topic
    DicomVolume Constructor(DicomImage)
    In This Topic
    Initializes a new instance of the DicomVolume class from a single DICOM 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 DICOM image containing the volume data.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also