ActiveReports 12
MapTileKey Constructor

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace > MapTileKey Structure : MapTileKey Constructor
X coordinate (column in layer grid)
Y coordinate (row in layer grid)
Level of detalization
Tile identifier contstructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal col As Integer, _
   ByVal row As Integer, _
   ByVal levelOfDetail As Integer _
)
public MapTileKey( 
   int col,
   int row,
   int levelOfDetail
)

Parameters

col
X coordinate (column in layer grid)
row
Y coordinate (row in layer grid)
levelOfDetail
Level of detalization
See Also

Reference

MapTileKey Structure
MapTileKey Members