SVGBuilderExtensions.AddAnimate
SVGBuilderExtensions.AddAnimate method 
Adds an ‘animate’ element configuration to the builder.
public static TBuilder AddAnimate<TBuilder>(this TBuilder builder, 
    Action<SVGAnimateElementBuilder> configure)
    where TBuilder : ISVGElementBuilder, IBaseAnimationElementBuilder
| Parameter | Description | 
|---|---|
| TBuilder | The type of the SVG element builder. | 
| builder | The builder instance. | 
| configure | The configuration action for the ‘animate’ element. | 
Return Value
The builder instance for chaining.
See Also
- class SVGAnimateElementBuilder
 - interface ISVGElementBuilder
 - interface IBaseAnimationElementBuilder
 - class SVGBuilderExtensions
 - namespace Aspose.Svg.Builder
 - assembly Aspose.SVG