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)
Parameter | Type | Description |
---|---|---|
row | int | A 0-based index of the row in the matrix in which the value to return is located |
column | int | A 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
- Class ColorMatrix
- Namespace System::Drawing::Imaging
- Library Aspose.PUB for C++