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
    'Usage
     
    
    Dim instance As DicomViewer
    Dim Index As System.Integer
    Dim value As System.Drawing.Drawing2D.Matrix
     
    value = instance.Matrix(Index)
    public System.Drawing.Drawing2D.Matrix Matrix( 
       System.int Index
    )
    public function Matrix( 
        Index: System.Integer
    ): System.Drawing.Drawing2D.Matrix; 
    public function Matrix( 
       Index : System.int
    ) : System.Drawing.Drawing2D.Matrix;
    public: System.Drawing.Drawing2D.Matrix* Matrix( 
       System.int Index
    ) 
    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