[]
        
(Showing Draft Content)

C1.Win.Tile.TileCollection.InsertItem

InsertItem Method

InsertItem(int, Tile)

Inserts a Tile into the TileCollection at the specified index.

Declaration
protected override void InsertItem(int index, Tile tile)
Protected Overrides Sub InsertItem(index As Integer, tile As Tile)
Parameters
Type Name Description
int index
Tile tile
Overrides