ColorMatrix.Item

ColorMatrix indexer

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

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

返回值

指定行和列的元素。

另请参见