SVGAnimateMotionElementBuilder.KeyPoints
SVGAnimateMotionElementBuilder.KeyPoints method
Sets the ‘keyPoints’ attribute, defining the points at which the animation occurs.
public SVGAnimateMotionElementBuilder KeyPoints(params double[] keyPoints)
Parameter | Type | Description |
---|---|---|
keyPoints | Double[] | An array of key points for the animation, each between 0 and 1. |
Return Value
The current instance of SVGAnimateMotionElementBuilder for method chaining.
See Also
- class SVGAnimateMotionElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG