ColorMatrix.Item

ColorMatrix indexer

の指定された行と列にある要素を取得または設定しますColorMatrix.

public float this[int row, int column] { get; set; }
パラメータ説明
row要素の行。
column要素の列。

戻り値

指定された行と列にある要素。

関連項目