ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapView Class / ScreenToClient Method
The point value in screen coordinates.

In This Topic
    ScreenToClient Method (MapView)
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also