PathGradientBrush::P athGradientBrush (constGraphicsPath*) 方法 (gdipluspath.h)
基于 GraphicsPath 对象创建 PathGradientBrush::P athGradientBrush 对象。
语法
void PathGradientBrush(
[in] const GraphicsPath *path
);
参数
[in] path
类型: const GraphicsPath*
指向 GraphicsPath 对象的指针,该对象指定路径渐变画笔的边界路径。
返回值
无
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP、Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | gdipluspath.h (包括 Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |