DicomObjects.NET.V8
DicomObjects Namespace / DicomImage3D Class / Matrix3D Property



    Matrix3D Property (DicomImage3D)
    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 DicomImage3D
    Dim value As SharpDX.Matrix
     
    instance.Matrix3D = value
     
    value = instance.Matrix3D
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also