DicomObjects.NET.V8
DicomObjects Namespace / DicomVolume Class
Members



DicomVolume Class
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
public class DicomVolume : SharpDX.DisposeCollector 
public ref class DicomVolume : public SharpDX.DisposeCollector 
'Declaration
 
Public Class DicomVolume 
   Inherits SharpDX.DisposeCollector
 
'Usage
 
Dim instance As DicomVolume
Inheritance Hierarchy

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

Requirements

Target Platforms: .NET CLR 3.5 or higher

See Also