System::Drawing::Imaging::ColorMatrix::idx_set 方法

ColorMatrix::idx_set method

在矩阵的指定位置设置指定的值。

float System::Drawing::Imaging::ColorMatrix::idx_set(int row, int column, float value)
参数类型描述
int在矩阵中用于设置值的行的 0 基索引
int在矩阵中用于设置值的列的 0 基索引
float要设置的值

ReturnValue

value

另见