Udostępnij za pośrednictwem


ColorMatrix.Item[Int32, Int32] Właściwość

Definicja

Pobiera lub ustawia element w określonym wierszu i kolumnie w elemecie 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

Parametry

row
Int32

Wiersz elementu.

column
Int32

Kolumna elementu.

Wartość właściwości

Element w określonym wierszu i kolumnie.

Dotyczy