DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / IProjection Interface
Members






In This Topic
    IProjection Interface
    In This Topic
    This interface is shared by DicomImage derived classes which provide a "view" of an image, including both 3D images (DicomImage3D) and Fusion image (DicomImageFusion).
    Object Model
    IProjection Interface
    Syntax
    'Declaration
     
    
    Public Interface IProjection 
    'Usage
     
    
    Dim instance As IProjection
    public interface IProjection 
    public interface IProjection 
    public interface IProjection 
    public __gc __interface IProjection 
    public interface class IProjection 
    Remarks
    In the case of fusion images, the methods simply delegate to all objects in the image collection which support this interface, therefore applying the same changes to all images, even if their current Matrix3D properties are different, as may be the case if the images have been specifically aligned rather than simply relying on the real world coordinates.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also