Description

Converts the coordinates from a control's client space to screen space.

Syntax

rv = Form_Services("ClientToScreen", CtrlEntId, MousePoint, Offset)

Parameters

ParameterDescription
CtrlEntId

The control to which MousePoint is relative.

MousePoint

Location of mouse cursor in the format "x,y".

Offset

Optional amount to offset final result.

Version

16.0.18

  • No labels