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