System::Drawing::Imaging::ColorMatrix::idx_get 方法
ColorMatrix::idx_get method
返回指定行和列处的值。
float System::Drawing::Imaging::ColorMatrix::idx_get(int row, int column)
| 参数 | 类型 | 描述 |
|---|---|---|
| 行 | int | 矩阵中返回值所在行的 0 基索引 |
| 列 | int | 矩阵中返回值所在列的 0 基索引 |
ReturnValue
矩阵中指定位置的值
另见
- Class ColorMatrix
- Namespace System::Drawing::Imaging
- Library Aspose.Font for C++