Share

AcApStatusBar::ClientToScreen

C++

virtual SB_DEPRECATED BOOL ClientToScreen(
    LPPOINT lpPoint
) = 0;

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.

Parameters

Parameters Description
lpPoint Input/output pointer to a CPoint object or POINT structure that contains the client coordinates to be converted

Links

AcApStatusBar

Was this information helpful?