Item

ColorMatrix indexer

获取或设置指定行列中的元素ColorMatrix.

public float this[int row, int column] { get; set; }
范围描述
row元素的行。
column元素的列。

返回值

指定行和列的元素。

也可以看看