[Overview][Types][Procedures and functions][Variables][Index] |
Converts (relative) Client coordinates into absolute Screen coordinates.
Source position: winapih.inc line 46
function ClientToScreen( |
Handle: HWND; |
var P: TPoint |
):Boolean; |
Handle |
|
The window with the client area. |
P |
|
The point to convert. |
False on failure.
|
Converts absolute Screen coordinates into Client relative coordinates. |
lazarus-ccr.sourceforge.net |