ID2D1SvgPointCollection::GetPoints method
Gets points from the points array.
Syntax
HRESULT GetPoints( [out] D2D1_POINT_2F *points, UINT32 pointsCount, UINT32 startIndex = 0 );
Parameters
- points [out]
-
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
|
Header |
|
|---|---|
|
DLL |
|
See also
Show: