PyCWnd.ClientToScreen
(x,y) or (l, t, r, b) = ClientToScreen(point)
Converts the client coordinates of a given point on the display to screen coordinates.
Parameters
Alternative Parameters
Comments
The new screen coordinates are relative to the upper-left corner of the system display. This function assumes that the given pointis in client coordinates.
MFC References