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
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
configure | The configuration action for the ‘animateTransform’ element. |
Return Value
The builder instance for chaining.
See Also
- class SVGAnimateTransformElementBuilder
- interface ISVGElementBuilder
- interface IAnimationElementBuilder
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG