DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / Matrix Method / Matrix(DicomViewer) Method
DicomViewer



In This Topic
    Matrix(DicomViewer) Method
    In This Topic
    Matrix specifying how the image is displayed onto the specified DicomViewer
    Syntax
    'Declaration
     
    Public Overloads Function Matrix( _
       ByVal Viewer As DicomViewer _
    ) As Matrix
    'Usage
     
    Dim instance As DicomImage
    Dim Viewer As DicomViewer
    Dim value As Matrix
     
    value = instance.Matrix(Viewer)
    public Matrix Matrix( 
       DicomViewer Viewer
    )
    public:
    Matrix^ Matrix( 
       DicomViewer^ Viewer
    ) 

    Parameters

    Viewer
    DicomViewer

    Return Value

    Matrix
    Remarks
    A .NET object containing the image display information, like rotation, scale etc.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also