DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / Matrix(Int32) Method
The 0-based index into the Images collection

In This Topic
    Matrix(Int32) Method
    In This Topic
    The Matrix used to define the given image in a viewer
    Syntax
    'Declaration
     
    
    Public Function Matrix( _
       ByVal Index As System.Integer _
    ) As System.Drawing.Drawing2D.Matrix
    public System.Drawing.Drawing2D.Matrix Matrix( 
       System.int Index
    )

    Parameters

    Index
    The 0-based index into the Images collection

    Return Value

    Matrix
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also