SVGAnimateMotionElementBuilder.KeyPoints

SVGAnimateMotionElementBuilder.KeyPoints method

Sets the ‘keyPoints’ attribute, defining the points at which the animation occurs.

public SVGAnimateMotionElementBuilder KeyPoints(params double[] keyPoints)
ParameterTypeDescription
keyPointsDouble[]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