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 |