SVGSymbolElementBuilder class
SVGSymbolElementBuilder class
Builder class for creating an SVGSymbolElement, which is used to define graphical template objects within SVG.
The SVGSymbolElementBuilder type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Constructs a new instance of SVGSymbolElementBuilder |
Methods
| Method | Description |
|---|---|
| build | |
| build | |
| ref_x | Sets the ‘refX’ attribute of the symbol element, defining the x-coordinate of the reference point of the symbol. |
| ref_y | Sets the ‘refY’ attribute of the symbol element, defining the y-coordinate of the reference point of the symbol. |
| 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