SVGBuilderExtensions.AddAnimateTransform

SVGBuilderExtensions.AddAnimateTransform<TBuilder> method

Adds an ‘animateTransform’ element configuration to the builder.

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

Return Value

The builder instance for chaining.

See Also