CustomLineCap::CustomLineCap (constCustomLineCap&) 方法 (gdiplusheaders.h)
复制 CustomLineCap 的构造函数。
语法
void CustomLineCap(
const CustomLineCap & unnamedParam1
);
参数
unnamedParam1
要复制到此 对象的 对象。
返回值
无
备注
不能同时使用 fillPath 和 strokePath 参数。 应将 NULL 传递给这两个参数之一。 如果将非 null 值传递给这两个参数,则 忽略 fillPath 。
CustomLineCap::CustomLineCap 类使用缠绕填充模式,而不考虑为传递给 CustomLineCap::CustomLineCap 构造函数的 GraphicsPath 对象设置的填充模式。
要求
最低受支持的客户端 | Windows XP、Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | gdiplusheaders.h (包括 Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |