DicomObjects.NET.V8
DicomObjects Namespace / DicomVolume Class
Members



In This Topic
    DicomVolume Class
    In This Topic
    Class used to represent a "volume" of data, either from a set of individual 2D DICOM images, or from a 3D multi-slice object. It currently has no public properties or methods, other than constructors, and is used only in the constructor of the DicomImage3D object.
    Syntax
    'Declaration
     
    Public Class DicomVolume 
       Inherits SharpDX.DisposeCollector
    'Usage
     
    Dim instance As DicomVolume
    public class DicomVolume : SharpDX.DisposeCollector 
    public ref class DicomVolume : public SharpDX.DisposeCollector 
    Inheritance Hierarchy

    System.Object
       SharpDX.DisposeBase
          SharpDX.DisposeCollector
             DicomObjects.DicomVolume

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also