ID2D1SvgPointCollection interface

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

Members

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

Methods

The ID2D1SvgPointCollection interface has these methods.

MethodDescription
GetPoints

Gets points from the points array.

GetPointsCount

Gets the number of points in the array.

RemovePointsAtEnd

Removes points from the end of the array.

UpdatePoints

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

 

Requirements

Header

D2d1svg.h

DLL

Direct2d.dll

 

 

Show: