ID2D1SvgPointCollection::UpdatePoints 方法 (d2d1svg.h)
汇报点数组。 保留未通过此方法更新的现有点。 如有必要,将调整数组的大小以容纳新点。
语法
HRESULT UpdatePoints(
[in] const D2D1_POINT_2F *points,
UINT32 pointsCount,
UINT32 startIndex
);
参数
[in] points
类型: const D2D1_POINT_2F*
点数组。
pointsCount
类型: UINT32
要更新的点数。
startIndex
类型: UINT32
开始更新点的索引。 必须小于或等于数组的大小。
返回值
类型: HRESULT
此方法返回 HRESULT 成功或错误代码。
要求
目标平台 | Windows |
标头 | d2d1svg.h |
DLL | Direct2d.dll |