[]
        
(Showing Draft Content)

C1.Win.C1Tile.TileCollection.SetItem

SetItem Method

SetItem(int, Tile)

Replaces the Tile at the specified index.

Declaration
protected override void SetItem(int index, Tile tile)
Parameters
Type Name Description
int index
Tile tile
Overrides