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.Page for C++