共用方式為


ID2D1SvgPointCollection::GetPoints 方法 (d2d1svg.h)

從點陣列取得點。

語法

HRESULT GetPoints(
  [out] D2D1_POINT_2F *points,
        UINT32        pointsCount,
        UINT32        startIndex
);

參數

[out] points

類型: D2D1_POINT_2F*

包含點的緩衝區。

pointsCount

類型: UINT32

緩衝區的項目計數。

startIndex

類型: UINT32

要擷取之第一個點的索引。

傳回值

類型: HRESULT

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

規格需求

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

另請參閱

ID2D1SvgPointCollection