Version 24.2 (latest)

GetTileLayers Method (TileGeneratorTileSource)

Gets a collection of the tiles.
Syntax
protected override void GetTileLayers( 
   int tileLevel,
   int tilePositionX,
   int tilePositionY,
   IList<object> tileImageLayerSources
)

Parameters

tileLevel
Level of the tile.
tilePositionX
X-coordinate position of the tile.
tilePositionY
Y-coordinate position of the tile.
tileImageLayerSources
Source of the tile image layer.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also