SVGBuilderExtensions.By
SVGBuilderExtensions.By<TBuilder> method
Sets the ‘by’ attribute, defining the relative offset value for the animation with a specified length type.
public static TBuilder By<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 relative offset value for the animation. |
type | The length type for the ‘by’ 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