idx_get()

ColorMatrix::idx_get(int, int) method

Returns a value at the specified row and column.

float System::Drawing::Imaging::ColorMatrix::idx_get(int row, int column)

Arguments

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

Return Value

A value at the specified location in the matrix

See Also