System::Drawing::Imaging::ColorMatrix::idx_get メソッド

ColorMatrix::idx_get method

指定された行と列の値を返します。

float System::Drawing::Imaging::ColorMatrix::idx_get(int row, int column)
パラメーター説明
int返される値が位置する行の 0 から始まるインデックス
int返される値が位置する列の 0 から始まるインデックス

ReturnValue

行列の指定された位置にある値

参照