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