Item

GridPictureCollection indexer (1 of 2)

Obtiene elPicture elemento en el índice especificado.

public GridPicture this[int index] { get; }
ParámetroDescripción
indexEl índice de base cero del elemento.

Valor_devuelto

El elemento en el índice especificado.

Ver también


GridPictureCollection indexer (2 of 2)

public ArrayList this[int row, int col] { get; }

Ver también