SVGFECompositeElementBuilder class
SVGFECompositeElementBuilder class
Builder class for creating SVG ‘feComposite’ elements, used in SVG filters.
The SVGFECompositeElementBuilder type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Constructs a new instance of SVGFECompositeElementBuilder |
Methods
| Method | Description |
|---|---|
| in2 | Sets the ‘in2’ attribute of the feComposite element. |
| in2 | Sets the ‘in2’ attribute of the feComposite element using a FilterInput. |
| build | |
| build | |
| operator | Sets the ‘operator’ attribute of the feComposite element. |
| k1 | Sets the ‘k1’ attribute of the feComposite element. |
| k2 | Sets the ‘k2’ attribute of the feComposite element. |
| k3 | Sets the ‘k3’ attribute of the feComposite element. |
| k4 | Sets the ‘k4’ attribute of the feComposite element. |
| 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