ID2D1SvgPointCollection::UpdatePoints 方法 (d2d1svg.h)
更新點陣列。 系統會保留這個方法未更新的現有點。 視需要調整陣列的大小,以容納新的點。
語法
HRESULT UpdatePoints(
[in] const D2D1_POINT_2F *points,
UINT32 pointsCount,
UINT32 startIndex
);
參數
[in] points
類型: const D2D1_POINT_2F*
points 陣列。
pointsCount
類型: UINT32
要更新的點數。
startIndex
類型: UINT32
要開始更新點的索引。 必須小於或等於陣列的大小。
傳回值
類型: HRESULT
這個方法會傳回 HRESULT 成功或錯誤碼。
規格需求
目標平台 | Windows |
標頭 | d2d1svg.h |
Dll | Direct2d.dll |