SVGFEGaussianBlurElementBuilder class
SVGFEGaussianBlurElementBuilder class
Builder class for creating SVG ‘feGaussianBlur’ elements, which apply a Gaussian blur filter effect.
The SVGFEGaussianBlurElementBuilder type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of SVGFEGaussianBlurElementBuilder |
Methods
Method | Description |
---|---|
build | |
build | |
std_deviation | |
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