SVGBuilderExtensions.Begin
SVGBuilderExtensions.Begin<TBuilder> method
Sets the ‘begin’ attribute, defining when the animation should start.
public static TBuilder Begin<TBuilder>(this TBuilder builder, Action<TimingValueBuilder> configure)
where TBuilder : ISVGElementBuilder, IAnimationTimingAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The SVG element builder. |
configure | A delegate to configure the timing value. |
Return Value
The builder instance for chaining.
See Also
- class TimingValueBuilder
- interface ISVGElementBuilder
- interface IAnimationTimingAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG