CWindow::ClientToScreen

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 OverviewClass Members

See Also   CWindow::ScreenToClient, POINT