DioDocs for PDF
Item(Int32,Int32) プロパティ

DS.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > Matrix5x4 構造体 > Item プロパティ : Item(Int32,Int32) プロパティ
アクセスする Matrix5x4 の行。
アクセスする Matrix5x4 の列。
指定されたインデックスにあるコンポーネントを取得または設定します。
シンタックス
'宣言
 
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
アクセスする Matrix5x4 の行。
column
アクセスする Matrix5x4 の列。

プロパティ値

インデックスに応じた Matrix5x4 コンポーネントの値。指定されたインデックスにあるコンポーネントの値。
例外
例外解説
row または column が [0, 3] の範囲外にある場合にスローします。
参照

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