Version

GetTileLayers Method (XamMultiScaleTileSource)

Gets a collection of the tiles.
Syntax
'Declaration
 
Protected MustOverride Sub GetTileLayers( _
   ByVal tileLevel As Integer, _
   ByVal tilePositionX As Integer, _
   ByVal tilePositionY As Integer, _
   ByVal tileImageLayerSources As IList(Of Object) _
) 
protected abstract 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