CustomLineCap::CustomLineCap (constGraphicsPath*,constGraphicsPath*,LineCap,REAL) 方法 (gdiplusheaders.h)

创建 CustomLineCap::CustomLineCap 对象。

语法

void CustomLineCap(
  [in] const GraphicsPath *fillPath,
  [in] const GraphicsPath *strokePath,
  [in] LineCap            baseCap,
  [in] REAL               baseInset
);

parameters

[in] fillPath

类型: const GraphicsPath*

指向路径的指针。

[in] strokePath

类型: const GraphicsPath*

指向路径的指针。

[in] baseCap

类型: LineCap

可选。 LineCap 枚举的元素,该元素指定将使用的行首。 默认值为 LineCapFlat。

[in] baseInset

类型: REAL

可选。 默认值为 0。

返回值

备注

不能同时使用 fillPathstrokePath 参数。 应将 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