ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering 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

In This Topic
    MapTileKey Constructor
    In This Topic
    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