ArcGIS Pro 2.6 API Reference Guide
ClientToScreen Method (MapView)

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

Parameters

clientPoint
The point that represents client coordinates relative to the top-left corner of the view.

Return Value

The converted point in screen coordinates.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MapView Class
MapView Members