ArcGIS Pro 2.8 API Reference Guide
ScreenToClient Method (MapControl)

ArcGIS.Desktop.Mapping.Controls Namespace > MapControl 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

See Also

Reference

MapControl Class
MapControl Members