SVGBuilderExtensions.KeyTimes
SVGBuilderExtensions.KeyTimes<TBuilder> method
Sets the ‘keyTimes’ attribute, defining the times at which the key values are applied.
public static TBuilder KeyTimes<TBuilder>(this TBuilder builder, params double[] keyTimes)
where TBuilder : ISVGElementBuilder, IAnimationValueAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The SVG element builder. |
keyTimes | The array of key times for the animation. |
Return Value
The builder instance for chaining.
See Also
- interface ISVGElementBuilder
- interface IAnimationValueAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG