CWindow::ScreenToClient

Coordinate dello schermo converte le coordinate del client.

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

Note

Vedere ScreenToClient 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::ClientToScreen

POINT