ID2D1SvgPointCollection interface (d2d1svg.h)

Interface describing an SVG points value in a polyline or polygon element.

Inheritance

The ID2D1SvgPointCollection interface inherits from ID2D1SvgAttribute. ID2D1SvgPointCollection also has these types of members:

Methods

The ID2D1SvgPointCollection interface has these methods.

 
ID2D1SvgPointCollection::GetPoints

Gets points from the points array.
ID2D1SvgPointCollection::GetPointsCount

Gets the number of points in the array.
ID2D1SvgPointCollection::RemovePointsAtEnd

Removes points from the end of the array.
ID2D1SvgPointCollection::UpdatePoints

Updates the points array. Existing points not updated by this method are preserved. The array is resized larger if necessary to accommodate the new points.

Requirements

Requirement Value
Target Platform Windows
Header d2d1svg.h