ISVGElementBuilder class
ISVGElementBuilder class
Interface for building SVG (Scalable Vector Graphics) elements. This interface defines the essential methods and properties required to construct SVG elements programmatically. It extends the IAttributeSetter interface to include attribute setting capabilities.
The ISVGElementBuilder type exposes the following members:
Methods
Method | Description |
---|---|
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
IAttributeSetter