DicomObjects.NET.V8
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 SharpDX.Matrix
    'Usage
     
    Dim instance As DicomImageFusion
    Dim value As SharpDX.Matrix
     
    instance.Matrix3D = value
     
    value = instance.Matrix3D
    public SharpDX.Matrix Matrix3D {get; set;}
    public:
    property SharpDX.Matrix Matrix3D {
       SharpDX.Matrix get();
       void set (    SharpDX.Matrix 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: .NET CLR 4.0 or higher

    See Also