'Declaration Public Class DicomImageFusion Inherits DicomImage
'Usage Dim instance As DicomImageFusion
public class DicomImageFusion : DicomImage
public ref class DicomImageFusion : public DicomImage
'Declaration Public Class DicomImageFusion Inherits DicomImage
'Usage Dim instance As DicomImageFusion
public class DicomImageFusion : DicomImage
public ref class DicomImageFusion : public DicomImage
The set of images is held in the ImageCollection property, and their respective opacities (0-1) are in the OpacityValues collection which should contain the same number of items.
If created from using the constructor which takes a DicomImageCollection parameter, then all the images that support the IProjectioninterface (i.e. 3D images) will have their Matrix3D properties set to the same value as the first image in the collection, but they may subsequently altered independently
Use of any of the methods on this object's IProjection interface cause the same transformation to be applied to any images in the collection which themselves support IProjection
System.Object
DicomObjects.DicomImage
DicomObjects.DicomImageFusion