SVGBuilderExtensions.From
SVGBuilderExtensions.From<TBuilder> method
Sets the ‘from’ attribute, defining the starting value of the animation with a specified length type.
public static TBuilder From<TBuilder>(this TBuilder builder, double value,
LengthType type = LengthType.Px)
where TBuilder : ISVGElementBuilder, IAnimationValueAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The SVG element builder. |
value | The starting value for the animation. |
type | The length type for the ‘from’ value. |
Return Value
The builder instance for chaining.
See Also
- enum LengthType
- interface ISVGElementBuilder
- interface IAnimationValueAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG