ArcGIS Pro 2.6 API Reference Guide
ScreenToMap Method (MapView)

ArcGIS.Desktop.Mapping Namespace > MapView Class : ScreenToMap Method
The point value in screen coordinates.
Converts a point in screen coordinates to a point in the coordinates of the map or scene. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public MapPoint ScreenToMap( 
   Point screenPoint
)
Public Function ScreenToMap( _
   ByVal screenPoint As Point _
) As MapPoint

Parameters

screenPoint
The point value in screen coordinates.

Return Value

The converted point in map coordinates.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MapView Class
MapView Members