Bitmap for UWP
Item(Int32,Int32) プロパティ

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Matrix3x2 構造体 > Item プロパティ : Item(Int32,Int32) プロパティ
The row of the matrix to access.
The column of the matrix to access.
Gets or sets the component at the specified index.
シンタックス
'宣言
 
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;}

パラメータ

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

プロパティ値

The value of the matrix component, depending on the index.The value of the component at the specified index.
例外
例外解説
Thrown when the rowor columnis out of the range [0, 3].
参照

Matrix3x2 構造体
Matrix3x2 メンバ
オーバーロード一覧