SVGUseElementBuilder class
SVGUseElementBuilder class
Builder class for creating an SVGUseElement, which is used to reuse an existing SVG element by referencing it.
The SVGUseElementBuilder type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Constructs a new instance of SVGUseElementBuilder |
Methods
| Method | Description |
|---|---|
| build | |
| build | |
| href | Sets the href attribute of the use element, specifying the URL of the element to be reused. |
| 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