C++
virtual SB_DEPRECATED BOOL ScreenToClient( LPRECT lpRect ) = 0;
Description
This function converts the screen coordinates of a specified rectangle on the screen to client-area coordinates. The new coordinates are relative to the upper-left corner of the status bar control window client area.
Parameters
Parameters | Description |
---|---|
lpRect | Input/output pointer to a CRect object or RECT structure that contains the screen coordinates to be converted |