Graphics::SetClip (constGraphicsPath*,CombineMode) 方法 (gdiplusgraphics.h)
Graphics::SetClip 方法将此 Graphics 对象的剪辑区域更新为一个区域,该区域是自身与图形路径指定的区域的组合。 如果路径中的某个图形未闭合,此方法会将未封闭的图形视为由连接图形起点和终点的直线关闭。
语法
Status SetClip(
[in] const GraphicsPath *path,
[in] CombineMode combineMode
);
参数
[in] path
类型: const GraphicsPath*
指向 GraphicsPath 对象的指针,该对象指定要与此 Graphics 对象的剪辑区域组合的区域。
[in] combineMode
类型: CombineMode
可选。 CombineMode 枚举的元素,指定指定区域如何与此 Graphics 对象的剪辑区域组合。 默认值为 CombineModeReplace。
返回值
类型: 状态
如果方法成功,则返回 Ok,这是 Status 枚举的元素。
如果 方法失败,它将返回 Status 枚举的其他元素之一。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP、Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | gdiplusgraphics.h (包括 Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |