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

point : (x,y)

The client coordinates.

Alternative Parameters

rect

The client coordinates.

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

CWnd::ClientToScreen