Method ScreenToLocation
ScreenToLocation(Point)
Converts a screen point relative to the upper left of the map into a location on the map.
Declaration
public MapPoint ScreenToLocation(Point screenPoint)
Parameters
Type | Name | Description |
---|---|---|
Point | screenPoint | Screen point relative to the upper left |
Returns
Type | Description |
---|---|
MapPoint | A MapPoint in map coordinates if this view is initialzied and has a loaded Map; otherwise |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |