System::Drawing::Imaging::ColorMatrix::idx_get method

ColorMatrix::idx_get method

Returns a value at the specified row and column.

float System::Drawing::Imaging::ColorMatrix::idx_get(int row, int column)
ParameterTypeDescription
rowintA 0-based index of the row in the matrix in which the value to return is located
columnintA 0-based index of the column in the matrix in which the value to return is located

ReturnValue

A value at the specified location in the matrix

See Also