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

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

See Also

Reference

MultiScaleTileSource Class

System.Windows.Media Namespace