Overload List
Method | Description |
---|---|
![]() ![]() | This function converts the specified client-area coordinates to screen coordinates.This function uses the status bar control window's client coordinates in the POINT structure or in the CPoint object pointed to by lpPoint to compute new screen coordinates. It then replaces the coordinates in the structure with the new coordinates. The new screen coordinates are relative to the upper-left corner of the system display. |
![]() ![]() | This function converts the client-area coordinates of the specified rectangle to screen coordinates.This function uses the status bar control window's client coordinates in the RECT structure or in the CRect object pointed to by lpRect to compute new screen coordinates. It then replaces the coordinates in the structure with the new coordinates. The new screen coordinates are relative to the upper-left corner of the system display. |