ArcGIS API for WPF - Library Reference
GetTileSource Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > TiledLayer Class : GetTileSource Method

level
Layer level
row
Tile row
col
Tile column
onComplete
The method to call completion.
Gets the source image to display in the tiled layer. Override this to generate or modify images.

Syntax

Visual Basic (Declaration) 
Protected MustOverride Sub GetTileSource( _
   ByVal level As Integer, _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal onComplete As Action(Of ImageSource) _
) 
C# 
protected abstract void GetTileSource( 
   int level,
   int row,
   int col,
   Action<ImageSource> onComplete
)

Parameters

level
Layer level
row
Tile row
col
Tile column
onComplete
The method to call completion.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.