'DeclarationPublic Function New( _ ByVal volume As DicomVolume, _ ByVal Type As RenderMode3D _ )
public DicomImage3D( DicomVolume volume, RenderMode3D Type )
Parameters
- volume
- The volume from which to create the image
- Type
- The intial rendering mode
'DeclarationPublic Function New( _ ByVal volume As DicomVolume, _ ByVal Type As RenderMode3D _ )
public DicomImage3D( DicomVolume volume, RenderMode3D Type )
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.