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