DicomObjects.NET.V8
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 Integer _
    ) As Matrix
     
    'Usage
     
    Dim instance As DicomViewer
    Dim Index As Integer
    Dim value As Matrix
     
    value = instance.Matrix(Index)

    Parameters

    Index
    The 0-based index into the Images collection

    Return Value

    Matrix
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also