Item

ColorMatrix indexer

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

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

返回值

指定行和列的元素。

也可以看看