ActiveReports 9
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 System.Integer, _
   ByVal row As System.Integer, _
   ByVal levelOfDetail As System.Integer _
)
public MapTileKey( 
   System.int col,
   System.int row,
   System.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

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum