ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / MapControl Class / ScreenToClient Method
The point value in screen coordinates.
Version

    ScreenToClient Method (MapControl)
    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
    )

    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