Item
ColorMatrix indexer
获取或设置指定行列中的元素ColorMatrix
.
public float this[int row, int column] { get; set; }
范围 | 描述 |
---|---|
row | 行号。 |
column | 列号。 |
返回值
指定行和列的元素。
也可以看看
- class ColorMatrix
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging
获取或设置指定行列中的元素ColorMatrix
.
public float this[int row, int column] { get; set; }
范围 | 描述 |
---|---|
row | 行号。 |
column | 列号。 |
指定行和列的元素。