Converts client-relative coordinates to absolute screen coordinates.
Source position: controls.pp line 1666
public function TControl.ClientToScreen( |
const APoint: TPoint |
):TPoint; virtual; |
APoint |
|
TPoint instance with the client-relative coordinates converted in the method. |
TPoint instance with the screen coordinates for the specified client coordinates.
|
Converts absolute screen coordinates into client-relative coordinates. |
|
|
Screen coordinates of the Top, Left pixel (in the client area) of the control. |