CWindow::ClientToScreen

The first implementation of this method converts client coordinates to screen coordinates. The second implementation of this method allows you to convert the coordinates of a RECT structure.

At a Glance

Header file: Atlwin.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL ClientToScreen( LPPOINT lpPoint ) const;

BOOL ClientToScreen( LPRECT lpRect ) const;

See Also

CWindow::ScreenToClient