System::Drawing::Imaging::ColorMatrix::idx_set method

ColorMatrix::idx_set method

Sets the specifie value at the specified location in the matrix.

float System::Drawing::Imaging::ColorMatrix::idx_set(int row, int column, float value)
ParameterTypeDescription
rowintA 0-based index of the row in the matrix in which to set the value
columnintA 0-based index of the column in the matrix in which to set the value
valuefloatA value to set

ReturnValue

value

See Also