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