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