ID2D1SvgPointCollection::GetPoints method (d2d1svg.h)
Gets points from the points array.
Syntax
HRESULT GetPoints(
[out] D2D1_POINT_2F *points,
UINT32 pointsCount,
UINT32 startIndex
);
Parameters
[out] points
Type: D2D1_POINT_2F*
Buffer to contain the points.
pointsCount
Type: UINT32
The element count of the buffer.
startIndex
Type: UINT32
The index of the first point to retrieve.
Return value
Type: HRESULT
This method returns an HRESULT success or error code.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d2d1svg.h |
DLL | Direct2d.dll |