Share via


ColorMatrix.Item[Int32, Int32] Özellik

Tanım

öğesinde belirtilen satır ve sütunda ColorMatrixöğesini alır veya ayarlar.

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

Parametreler

row
Int32

öğesinin satırı.

column
Int32

öğesinin sütunu.

Özellik Değeri

Belirtilen satır ve sütundaki öğesi.

Şunlara uygulanır