SVGFEOffsetElementBuilder class
SVGFEOffsetElementBuilder class
Builder class for creating SVG ‘feOffset’ elements, which are used to apply an offset effect to an input image.
The SVGFEOffsetElementBuilder type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Constructs a new instance of SVGFEOffsetElementBuilder |
Methods
| Method | Description |
|---|---|
| build | |
| build | |
| dx | Sets the ‘dx’ attribute of the feOffset element, specifying the horizontal offset. |
| dy | Sets the ‘dy’ attribute of the feOffset element, specifying the vertical offset. |
| 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