Item

GridPictureCollection indexer (1 of 2)

获取Picture指定索引处的元素。

public GridPicture this[int index] { get; }
范围描述
index元素的从零开始的索引。

返回值

指定索引处的元素。

也可以看看


GridPictureCollection indexer (2 of 2)

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

也可以看看