Method LocationToScreen
LocationToScreen(MapPoint)
Converts a location in map coordinates to a screen coordinate relative to the upper-left corner of the map.
Declaration
public Point LocationToScreen(MapPoint location)
Parameters
Type | Name | Description |
---|---|---|
MapPoint | location | The location in map coordinates to convert to screen coordinate. |
Returns
Type | Description |
---|---|
Point | Screen location in this map control's local display coordinate system |
Remarks
The screen location returned is relative to the upper left corner of the map control. If you need a location relative to another visual element, use the TransformToVisual method to create a transformation between the map and another visual element.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET 6.0 Windows | 100.13 - 100.15 |