ComponentOne Bitmap for UWP
Item(Int32,Int32) Property

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix5x4 Structure > Item Property : Item(Int32,Int32) Property
The row of the Matrix5x4 to access.
The column of the Matrix5x4 to access.
Gets or sets the component at the specified index.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer _
) As System.Single
public System.float Item( 
   System.int row,
   System.int column
) {get; set;}

Parameters

row
The row of the Matrix5x4 to access.
column
The column of the Matrix5x4 to access.

Property Value

The value of the Matrix5x4 component, depending on the index.The value of the component at the specified index.
Exceptions
ExceptionDescription
Thrown when the row or columnis out of the range [0, 3].
See Also

Reference

Matrix5x4 Structure
Matrix5x4 Members
Overload List