ComponentOne Bitmap for UWP
Item(Int32) Property

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

Parameters

index
The zero-based index of the component to access.

Property Value

The value of the matrix component, depending on the index.The value of the component at the specified index.
Exceptions
ExceptionDescription
Thrown when the index is out of the range [0, 5].
See Also

Reference

Matrix3x2 Structure
Matrix3x2 Members
Overload List