ArcGIS Pro 2.6 API Reference Guide
ScreenToClient Method (MapView)

ArcGIS.Desktop.Mapping Namespace > MapView Class : ScreenToClient Method
The point value in screen coordinates.
Converts a point in client coordinates relative to the top-left corner of the view to a screen point.
Syntax
public Point ScreenToClient( 
   Point screenPoint
)
Public Function ScreenToClient( _
   ByVal screenPoint As Point _
) As Point

Parameters

screenPoint
The point value in screen coordinates.

Return Value

The converted point in client coordinates relative to the top-left corner of the view.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MapView Class
MapView Members