BOOL ClientToScreen( LPPOINT lpPoint ) const;
BOOL ClientToScreen( LPRECT lpRect ) const;
See ClientToScreen in the Win32 SDK.
Remarks
Converts client coordinates to screen coordinates. The second version of this method allows you to convert the coordinates of a RECT structure.
CWindow Overview | Class Members
See Also CWindow::ScreenToClient, POINT