ColorMatrix.Item
ColorMatrix indexer
の指定された行と列にある要素を取得または設定しますColorMatrix
.
public float this[int row, int column] { get; set; }
パラメータ | 説明 |
---|---|
row | 行番号。 |
column | 列番号。 |
戻り値
指定された行と列にある要素。
関連項目
- class ColorMatrix
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD
の指定された行と列にある要素を取得または設定しますColorMatrix
.
public float this[int row, int column] { get; set; }
パラメータ | 説明 |
---|---|
row | 行番号。 |
column | 列番号。 |
指定された行と列にある要素。