ColorMatrix.Item[Int32, Int32] 屬性

定義

取得或設定在 ColorMatrix 中指定列和行的項目。

public:
 property float default[int, int] { float get(int row, int column); void set(int row, int column, float value); };
public float this[int row, int column] { get; set; }
member this.Item(int * int) : single with get, set
Default Public Property Item(row As Integer, column As Integer) As Single

參數

row
Int32

項目列。

column
Int32

項目行。

屬性值

Single

在指定列和行的項目。

適用於