Point::Equals 方法 (gdiplustypes.h)
Point::Equals 方法确定两个 Point 对象是否相等。 如果两个点具有相同 的 X 和 Y 数据成员,则它们被视为相等。
语法
BOOL Equals(
[in] const Point & point
);
参数
[in] point
类型: const Point&
对 Point 对象的引用,该对象与此 Point 对象进行比较。
返回值
类型: BOOL
如果 Point 对象相等,此方法返回 TRUE;否则,它将返回 FALSE。
要求
最低受支持的客户端 | Windows XP、Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | gdiplustypes.h (包括 Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |