SVGFEDisplacementMapElementBuilder class
SVGFEDisplacementMapElementBuilder class
Builder class for creating SVG ‘feDisplacementMap’ elements, used in SVG filters to apply displacement mapping effects.
The SVGFEDisplacementMapElementBuilder type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Constructs a new instance of SVGFEDisplacementMapElementBuilder |
Methods
| Method | Description |
|---|---|
| in2 | Sets the ‘in2’ attribute of the feDisplacementMap element. |
| in2 | Sets the ‘in2’ attribute of the feDisplacementMap element using a FilterInput. |
| build | |
| build | |
| scale | Sets the ‘scale’ attribute of the feDisplacementMap element. |
| x_channel_selector | Sets the ‘xChannelSelector’ attribute of the feDisplacementMap element. |
| y_channel_selector | Sets the ‘yChannelSelector’ attribute of the feDisplacementMap 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