ID2D1SvgPathData::CreatePathGeometry 方法 (d2d1svg.h)

创建表示路径数据的路径几何对象。

语法

HRESULT CreatePathGeometry(
        D2D1_FILL_MODE     fillMode,
  [out] ID2D1PathGeometry1 **pathGeometry
);

参数

fillMode

类型: D2D1_FILL_MODE

路径几何对象的填充模式。

[out] pathGeometry

类型: ID2D1PathGeometry1**

完成后,pathGeometry 将包含指向创建的 ID2D1PathGeometry1 对象的点。

返回值

类型: HRESULT

此方法返回 HRESULT 成功或错误代码。

要求

   
目标平台 Windows
标头 d2d1svg.h
DLL Direct2d.dll

另请参阅

ID2D1SvgPathData