animatedPoints property
Gets or sets the animated contents of the ISVGAnimatedPoints::points attribute.
![]() ![]() |
Syntax
HRESULT value = object.put_animatedPoints(ISVGPointList* v);HRESULT value = object.get_animatedPoints(ISVGPointList** p);
Property values
Type: Object
The contents of the ISVGAnimatedPoints::points attribute.
Standards information
- Scalable Vector Graphics: Basic Shapes, Section 9.8.5
Remarks
If the given attribute or property is being animated, the ISVGAnimatedPoints::animatedPoints property contains the current animated points. If the given attribute or property is not currently being animated, ISVGAnimatedPoints::animatedPoints contains the same value as the ISVGAnimatedPoints::points attribute.
See also
Show:

