SVGFEMorphologyElementBuilder class
SVGFEMorphologyElementBuilder class
Builder class for creating SVG ‘feMorphology’ elements, which are used to apply morphological operations like dilation or erosion on an input image.
The SVGFEMorphologyElementBuilder type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of SVGFEMorphologyElementBuilder |
Methods
Method | Description |
---|---|
build | |
build | |
operator | Sets the ‘operator’ attribute of the feMorphology element, specifying the type of morphological operation. |
radius | |
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