Share

AcApStatusBar::ScreenToClient

C++

virtual SB_DEPRECATED BOOL ScreenToClient(
    LPPOINT lpPoint
) = 0;

Description

This function converts the screen coordinates of a specified point 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
lpPoint Input/output pointer to a CPoint object or POINT structure that contains the screen coordinates to be converted

Links

AcApStatusBar

Was this information helpful?