DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImageFusion Class
Members






In This Topic
    DicomImageFusion Class
    In This Topic
    A class which allows overlaying of multiple images
    Object Model
    DicomImageFusion Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    Public Class DicomImageFusion 
       Inherits DicomImage
       Implements IProjection 
    'Usage
     
    
    Dim instance As DicomImageFusion
    [System.Reflection.DefaultMember("Item")]
    public class DicomImageFusion : DicomImage, IProjection  
    public class DicomImageFusion = class(DicomImage, IProjection)
    System.Reflection.DefaultMemberAttribute("Item")
    public class DicomImageFusion extends DicomImage implements IProjection 
    [System.Reflection.DefaultMember("Item")]
    public __gc class DicomImageFusion : public DicomImage, IProjection  
    [System.Reflection.DefaultMember("Item")]
    public ref class DicomImageFusion : public DicomImage, IProjection  
    Remarks

    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

    Inheritance Hierarchy

    System.Object
       DicomObjects.DicomImage
          DicomObjects.DicomImageFusion

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also