SVGFilterElementBuilder class
SVGFilterElementBuilder class
Builder class for creating SVG ‘filter’ elements, which define filter effects that can be applied to SVG graphics.
The SVGFilterElementBuilder type exposes the following members:
Constructors
| Constructor | Description | 
|---|---|
| init | Constructs a new instance of SVGFilterElementBuilder | 
Methods
| Method | Description | 
|---|---|
| build | |
| build | |
| filter_units | Sets the coordinate system for the filter’s x, y, width, and height attributes. | 
| primitive_units | Sets the coordinate system for the filter’s primitive sub-elements. | 
| 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