ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / MapTileKey Structure / ToWorldPos Method

In This Topic
    ToWorldPos Method
    In This Topic
    Gets the tile's center latitude and longitude.
    Syntax
    'Declaration
     
    Public Function ToWorldPos() As PointF
    public PointF ToWorldPos()

    Return Value

    A System.Drawing.PointF representing the center latitude and longitude of the tile.
    See Also