ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / LayoutView Class / ClientToScreen Method
The point value in client coordinates.

In This Topic
    ClientToScreen Method (LayoutView)
    In This Topic
    Converts a point in screen coordinates to a point in client coordinates. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public Point ClientToScreen( 
       Point clientPoint
    )
    Public Function ClientToScreen( _
       ByVal clientPoint As Point _
    ) As Point

    Parameters

    clientPoint
    The point value in client coordinates.

    Return Value

    The converted point in screen coordinates.
    Exceptions
    ExceptionDescription
    clientPoint
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Remarks
    Client coordinates must be in pixels relative to the top-left corner of the view. If either client coordinate value is double.NaN then a point with X, Y both set to System.Double.NaN is returned.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also