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






    Matrix(Int32) Method
    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
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim Index As System.Integer
    Dim value As System.Drawing.Drawing2D.Matrix
     
    value = instance.Matrix(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