ESRI.ArcGIS.ADF.Web.UI.WebControls
DrawTile(Int64,Int64,Int32,String) Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Map Class > DrawTile Method : DrawTile(Int64,Int64,Int32,String) Method




column
Column of the tile in given level of the tiling scheme.
row
Row of the tile in given level of the tiling scheme.
level
The scale level (level of detail) of the tiling scheme.
resourceName
The map resource whose tile to draw.
Draws a map tile for the specified resource at the scale level, row and column indicated.

Syntax

Visual Basic (Declaration) 
Public Overloads Function DrawTile( _
   ByVal column As Long, _
   ByVal row As Long, _
   ByVal level As Integer, _
   ByVal resourceName As String _
) As MapImage
Visual Basic (Usage)Copy Code
Dim instance As Map
Dim column As Long
Dim row As Long
Dim level As Integer
Dim resourceName As String
Dim value As MapImage
 
value = instance.DrawTile(column, row, level, resourceName)
C# 
public MapImage DrawTile( 
   long column,
   long row,
   int level,
   string resourceName
)

Parameters

column
Column of the tile in given level of the tiling scheme.
row
Row of the tile in given level of the tiling scheme.
level
The scale level (level of detail) of the tiling scheme.
resourceName
The map resource whose tile to draw.

Return Value

MapImage with image data or URL.

See Also

© 2010 All Rights Reserved.