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