Show / Hide Table of Contents

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
TargetVersions
.NET 6.0 Windows100.13 - 200.0
In This Article
Back to top Copyright © 2022 Esri.