CWindow::MapWindowPoints

将设置从窗口的坐标空间指向另一个窗口坐标空间。

int MapWindowPoints(
   HWND hWndTo,
   LPPOINT lpPoint,
   UINT nCount 
) const throw();
int MapWindowPoints(
   HWND hWndTo,
   LPRECT lpRect 
) const throw();

备注

在参见 Windows SDK的 MapWindowPoints

此方法的第二个版本允许您将 RECT 结构的坐标。

要求

Header: atlwin.h

请参见

参考

CWindow选件类

POINT