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

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Matrix5x4 構造体 > Item プロパティ : Item(Int32,Int32) プロパティ
The row of the Matrix5x4 to access.
The column of the Matrix5x4 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 Matrix5x4 to access.
column
The column of the Matrix5x4 to access.

プロパティ値

The value of the Matrix5x4 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].
参照

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