SVGFEImageElementBuilder class
SVGFEImageElementBuilder class
Builder class for creating SVG ‘feImage’ elements, which define an image to be used by other filter primitives.
The SVGFEImageElementBuilder type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Constructs a new instance of SVGFEImageElementBuilder |
Methods
| Method | Description |
|---|---|
| build | |
| build | |
| href | Sets the ‘href’ attribute of the feImage element, defining the URL of the image to be used. |
| 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