ColorMatrix.Item

ColorMatrix indexer

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

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

戻り値

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

関連項目