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