次の方法で共有


ColorMatrix.Item[Int32, Int32] プロパティ

定義

ColorMatrix で指定された行と列にある要素を取得または設定します。

public:
 property float default[int, int] { float get(int row, int column); void set(int row, int column, float value); };
public float this[int row, int column] { get; set; }
member this.Item(int * int) : single with get, set
Default Public Property Item(row As Integer, column As Integer) As Single

パラメーター

row
Int32

要素の行。

column
Int32

要素の列。

プロパティ値

指定された行と列にある要素。

適用対象