Share

AcApStatusBar::ClientToScreen

C++

virtual SB_DEPRECATED BOOL ClientToScreen(
    LPRECT lpRect
) = 0;

Description

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.

Parameters

Parameters Description
lpRect Input/output pointer to a CRect object or RECT structure that contains the client coordinates to be converted

Links

AcApStatusBar

Was this information helpful?