共用方式為


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