ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapView Class / ClientToScreen Method
The point that represents client coordinates relative to the top-left corner of the view.

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

    ArcGIS Pro version: 3 or higher.
    See Also