Method wnd.MapScreenToClient(+ 1 overload)
Overload
Converts coordinates relative to the screen to coordinates relative to the client area of this window.
public bool MapScreenToClient(ref RECT r)
Parameters
r (RECT) |
Returns
Remarks
Supports lastError.
Overload(top)
Converts coordinates relative to the screen to coordinates relative to the client area of this window.
public bool MapScreenToClient(ref POINT p)
Parameters
p (POINT) |
Returns
Remarks
Supports lastError.