SVGViewElementBuilder class
SVGViewElementBuilder class
Builder class for creating an SVGViewElement, which defines a view within an SVG document.
The SVGViewElementBuilder type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Constructs a new instance of SVGViewElementBuilder |
Methods
| Method | Description |
|---|---|
| build | |
| build | |
| zoom_and_pan | Sets the zoomAndPan attribute of the view element, specifying the zoom and pan behavior. |
| view_target | Sets the viewTarget attribute of the view element, specifying the target elements for the view. |
| 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