GetTileLayers Method
Collapse the table of content
Expand the table of content

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)

'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.

Do not modify the element tree in this method callback.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft