GraphicsPath::IsVisible (constPoint&,constGraphics*) 方法 (gdipluspath.h)
GraphicsPath::IsVisible 方法确定指定点是否位于由指定的 Graphics 对象填充此路径时所填充的区域。
语法
BOOL IsVisible(
[in, ref] const Point & point,
[in] const Graphics *g
);
参数
[in, ref] point
类型: const Point
对要测试的点的引用。
[in] g
类型: const Graphics*
可选。 指向 Graphics 对象的指针,该对象指定世界到设备转换。 如果此参数的值为 NULL,则测试以世界坐标完成;否则,测试以设备坐标完成。 默认值为 NULL。
返回值
类型: BOOL
如果测试点位于此路径的内部,则此方法返回 TRUE;否则,它将返回 FALSE。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP、Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | gdipluspath.h (包括 Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |