Share via


ColorMatrix.Item[Int32, Int32] Propriété

Définition

Obtient ou définit l'élément à la ligne et la colonne spécifiées dans le 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

Paramètres

row
Int32

Ligne de l'élément.

column
Int32

Colonne de l'élément.

Valeur de propriété

Élément à la ligne et la colonne spécifiées.

S’applique à