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 ベースインデックス |
| value | 単精度浮動小数点数 | 設定する値 |
ReturnValue
value
参照
- Class ColorMatrix
- Namespace System::Drawing::Imaging
- Library Aspose.Page for C++