DicomObjects.NET10 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).
    Syntax
    'Declaration
     
    
    Public Interface IProjection 
    'Usage
     
    
    Dim instance As IProjection
    public 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also