Condividi tramite


CWindow::ClientToScreen

Coordinate del client converte le coordinate dello schermo.

BOOL ClientToScreen(
   LPPOINT lpPoint 
) const throw();
BOOL ClientToScreen(
   LPRECT lpRect 
) const throw();

Note

Vedere ClientToScreen in Windows SDK.

La seconda versione di questo metodo consente di convertire le coordinate di una struttura RECT.

Requisiti

Header: atlwin.h

Vedere anche

Riferimenti

Classe di CWindow

CWindow::ScreenToClient

POINT