ESRI.ArcGIS.ADF.Web.UI.WebControls
DrawTile(Int64,Int64,Int32) Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Map Class > DrawTile Method : DrawTile(Int64,Int64,Int32) 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.
Draws a map tile at the specified scale level, row and column.

Syntax

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

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.

Return Value

MapImage with image data or URL.

See Also

© 2010 All Rights Reserved.