共用方式為


ID2D1SvgDocument::CreatePointCollection 方法 (d2d1svg.h)

建立 points 物件,該物件可用來設定多邊形或多邊形專案上的 points 屬性。

語法

HRESULT CreatePointCollection(
  [in, optional] const D2D1_POINT_2F     *points,
                 UINT32                  pointsCount,
  [out]          ID2D1SvgPointCollection **pointCollection
);

參數

[in, optional] points

類型: const D2D1_POINT_2F*

點集合中的點。

pointsCount

類型: UINT32

points 自變數中的點數。

[out] pointCollection

類型: ID2D1SvgPointCollection**

建立的 ID2D1SvgPointCollection 物件。

傳回值

類型: HRESULT

這個方法會傳回 HRESULT 成功或錯誤碼。

規格需求

需求
目標平台 Windows
標頭 d2d1svg.h
Dll Direct2d.dll

另請參閱

ID2D1SvgDocument