SVGFEDropShadowElementBuilder class
SVGFEDropShadowElementBuilder class
Builder class for creating SVG ‘feDropShadow’ elements, used within SVG filters to apply a drop shadow effect.
The SVGFEDropShadowElementBuilder type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of SVGFEDropShadowElementBuilder |
Methods
Method | Description |
---|---|
build | |
build | |
std_deviation | |
dx | Sets the horizontal offset (‘dx’) for the drop shadow. |
dy | Sets the vertical offset (‘dy’) for the drop shadow. |
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