Converts client-relative coordinates to absolute screen coordinates.
Source position: controls.pp line 1709
public function TControl.ClientToScreen( |
const APoint: TPoint |
):TPoint; virtual; overload; |
const ARect: TRect |
):TRect; overload; |
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. |
CT Web help |
CodeTyphon Studio |