SVGBuilderExtensions.KeySplines
SVGBuilderExtensions.KeySplines<TBuilder> method
Sets the ‘keySplines’ attribute, specifying the control points for the pacing of the animation.
public static TBuilder KeySplines<TBuilder>(this TBuilder builder,
Action<AnimationSplineBuilder> buildSplines)
where TBuilder : ISVGElementBuilder, IAnimationValueAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The SVG element builder. |
buildSplines | The action to build the spline configuration. |
Return Value
The builder instance for chaining.
See Also
- class AnimationSplineBuilder
- interface ISVGElementBuilder
- interface IAnimationValueAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG