Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Converts a set of points from the window's coordinate space to the coordinate space of another window.
int MapWindowPoints(
HWND hWndTo,
LPPOINT lpPoint,
UINT nCount
) const throw();
int MapWindowPoints(
HWND hWndTo,
LPRECT lpRect
) const throw();
Remarks
See MapWindowPoints in the Windows SDK.
The second version of this method allows you to convert the coordinates of a RECT structure.
Requirements
Header: atlwin.h