[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Converts absolute screen coordinates to control-relative coordinates.
Source position: controls.pp line 1667
public function TControl.ScreenToControl( |
const APoint: TPoint |
):TPoint; |
|
The top, left pixel of the control in screen coordinates. |
|
|
Converts control-relative coordinates to absolute screen coordinates. |
|
|
Converts absolute screen coordinates into client-relative coordinates. |
|
|
Converts client-relative coordinates to absolute screen coordinates. |