SVGBuilderExtensions.AddAnimateMotion

SVGBuilderExtensions.AddAnimateMotion<TBuilder> method

Adds an ‘animateMotion’ element configuration to the builder.

public static TBuilder AddAnimateMotion<TBuilder>(this TBuilder builder, 
    Action<SVGAnimateMotionElementBuilder> configure)
    where TBuilder : ISVGElementBuilder, IAnimationElementBuilder
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
configureThe configuration action for the ‘animateMotion’ element.

Return Value

The builder instance for chaining.

See Also