Click or drag to resize

TilerGetTiles Method

Gets the child tiles of parentTile.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract Collection<Tile> GetTiles(
	Tile parentTile
)

Parameters

parentTile
Type: AGI.Foundation.Graphics.AdvancedTile
The Tile whose children will be returned.

Return Value

Type: CollectionTile
The children of parentTile.
See Also