POINTSTOPOINT 宏 (winuser.h)
POINTSTOPOINT 宏将 POINTS 结构的内容复制到 POINT 结构中。
语法
void POINTSTOPOINT(
pt,
pts
);
参数
pt
用于接收 POINTS 结构内容的 POINT 结构。
pts
要复制的 POINTS 结构。
返回值
无
要求
要求 |
值 |
最低受支持的客户端 |
Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 |
Windows 2000 Server [仅限桌面应用] |
目标平台 |
Windows |
标头 |
winuser.h (包括 Windows.h) |
另请参阅
MAKEPOINTS
POINTTOPOINTS
矩形宏
矩形概述