SVGAnimateMotionElementBuilder class
SVGAnimateMotionElementBuilder class
Builder class for constructing an SVG ‘animateMotion’ element, which is used for creating motion animations within SVG graphics. It enables the building of content within the ‘animateMotion’ element and provides methods to set various attributes specific to the ‘animateMotion’ element in SVG.
The SVGAnimateMotionElementBuilder type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of SVGAnimateMotionElementBuilder |
Methods
Method | Description |
---|---|
rotate | Sets the ‘rotate’ attribute, defining the rotation of the animated element. |
rotate | Sets the ‘rotate’ attribute using a predefined rotation value. |
build | |
build | |
key_points | Sets the ‘keyPoints’ attribute, defining the points at which the animation occurs. |
build_element | Builds and returns an SVGElement instance based on the current configuration of the builder. |
attribute | Sets or updates an attribute on an SVG element. |
See Also
- module
aspose.svg.builder
- class
ISVGElementBuilder