Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts screen coordinates to client coordinates.
BOOL ScreenToClient(
LPPOINT lpPoint
) const throw();
BOOL ScreenToClient(
LPRECT lpRect
) const throw();
Remarks
See ScreenToClient in the Windows SDK.
The second version of this method allows you to convert the coordinates of a RECT structure.
Requirements
Header: atlwin.h