idx_set()

ColorMatrix::idx_set(int, int, float) 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)

Arguments

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

Return Value

value

See Also