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.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Protected MustOverride Sub GetTileLayers ( _ tileLevel As Integer, _ tilePositionX As Integer, _ tilePositionY As Integer, _ tileImageLayerSources As IList(Of Object) _ )
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.
Show: