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