DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomImageFusion Class / Matrix3D Property



In This Topic
    Matrix3D Property (DicomImageFusion)
    In This Topic
    The Matrix relating real world coordinates (in mm) to the display space (with units -1 to +1 in each dimension)
    Syntax
    'Declaration
     
    
    Public Property Matrix3D As OpenTK.Mathematics.Matrix4
    'Usage
     
    
    Dim instance As DicomImageFusion
    Dim value As OpenTK.Mathematics.Matrix4
     
    instance.Matrix3D = value
     
    value = instance.Matrix3D
    public OpenTK.Mathematics.Matrix4 Matrix3D {get; set;}
    public:
    property OpenTK.Mathematics.Matrix4 Matrix3D {
       OpenTK.Mathematics.Matrix4 get();
       void set (    OpenTK.Mathematics.Matrix4 value);
    }
    Remarks
    For a DicomImageFusion object, this returns the Matrix of the first image in the collection, but the setter changes all values
    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