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

ColorMatrix::idx_set method

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

float System::Drawing::Imaging::ColorMatrix::idx_set(int row, int column, float value)
ParameterType描述
int用于设置值的矩阵中行的 0 基索引
int用于设置值的矩阵中列的 0 基索引
value单精度浮点数要设置的值

ReturnValue

value

另见