ColorMatrix.Item
ColorMatrix indexer
获取或设置 ColorMatrix 中指定行和列的元素。
public float this[int row, int column] { get; set; }
| 参数 | 描述 |
|---|---|
| 行 | 行号。 |
| 列 | 列号。 |
返回值
指定行和列的元素。
另请参见
- class ColorMatrix
- namespace Aspose.Imaging
- assembly Aspose.Imaging
获取或设置 ColorMatrix 中指定行和列的元素。
public float this[int row, int column] { get; set; }
| 参数 | 描述 |
|---|---|
| 行 | 行号。 |
| 列 | 列号。 |
指定行和列的元素。