SVGAnimateTransformElementBuilder class
SVGAnimateTransformElementBuilder class
Builder class for constructing an SVG ‘animateTransform’ element, which is used for creating transformation animations within SVG graphics. It enables the building of content within the ‘animateTransform’ element and provides methods to set various attributes specific to the ‘animateTransform’ element in SVG.
The SVGAnimateTransformElementBuilder type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of SVGAnimateTransformElementBuilder |
Methods
Method | Description |
---|---|
build | |
build | |
type | Sets the ’type’ attribute of the SVG ‘animateTransform’ element, specifying the type of transformation. |
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