CWnd::MapWindowPoints
转换(映射)设置从 CWnd 的坐标空间指向另一个窗口坐标空间。
void MapWindowPoints(
CWnd* pwndTo,
LPRECT lpRect
) const;
void MapWindowPoints(
CWnd* pwndTo,
LPPOINT lpPoint,
UINT nCount
) const;
参数
pwndTo
确定一个点转换的窗口。 如果此参数是 NULL,点转换为屏幕坐标。lpRect
指定点要转换的矩形。 此函数的第一个版本的是Windows 3.1和更高版本中可用。lpPoint
的 POINT 结构点转换为数组的指针包含设置。nCount
该数组指定 POINT framework的多个按 lpPoint。
要求
Header: afxwin.h