CWindow::ClientToScreen

This method converts client coordinates to screen coordinates. The second version of this method allows you to convert the coordinates of a Rect structure.

Syntax

BOOL ClientToScreen( LPPOINT lpPoint ) const;

BOOL ClientToScreen( LPRECT lpRect ) const;

At a Glance

Header file: Atlwin.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

See Also

CWindow Overview, CWindow Methods, CWindow::ScreenToClient