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

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Matrix4x4 構造体 > Item プロパティ : Item(Int32) プロパティ
The zero-based index of the component to access.
Gets or sets the component at the specified index.
シンタックス
'宣言
 
Public Overloads Property Item( _
   ByVal index As System.Integer _
) As System.Single
public System.float Item( 
   System.int index
) {get; set;}

パラメータ

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

プロパティ値

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

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