MultiScaleTileSource.GetTileLayers Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a collection of the URIs that comprise the Deep Zoom image.
Namespace: System.Windows.Media
Assembly: System.Windows (in System.Windows.dll)
Syntax
Protected MustOverride Sub GetTileLayers ( _
tileLevel As Integer, _
tilePositionX As Integer, _
tilePositionY As Integer, _
tileImageLayerSources As IList(Of Object) _
)
protected abstract void GetTileLayers(
int tileLevel,
int tilePositionX,
int tilePositionY,
IList<Object> tileImageLayerSources
)
Parameters
- tileLevel
Type: System..::.Int32
Level of the tile.
- tilePositionX
Type: System..::.Int32
X-coordinate position of the tile.
- tilePositionY
Type: System..::.Int32
Y-coordinate position of the tile.
- tileImageLayerSources
Type: System.Collections.Generic..::.IList<(Of <(Object>)>)
Source of the tile image layer, which is a collection of URIs.
Remarks
Do not modify the element tree in this method callback.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0
Platforms
Windows Phone