Point::P oint (constPoint&) 方法 (gdiplustypes.h)
创建新的 Point 对象,并从另一个 Point 对象复制数据成员。
语法
void Point(
[in, ref] const Point & point
);
参数
[in, ref] point
类型: const Point
对 Point 对象的引用,该对象的 X 和 Y 数据成员将复制到新 Point 对象的 X 和 Y 数据成员中。
返回值
无
要求
最低受支持的客户端 | Windows XP、Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | gdiplustypes.h (包括 Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |