SVGFEDistantLightElementBuilder class
SVGFEDistantLightElementBuilder class
Builder class for creating SVG ‘feDistantLight’ elements, used within SVG filters to define a distant light source.
The SVGFEDistantLightElementBuilder type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of SVGFEDistantLightElementBuilder |
Methods
Method | Description |
---|---|
build | |
build | |
azimuth | Sets the ‘azimuth’ attribute of the feDistantLight element. |
elevation | Sets the ’elevation’ attribute of the feDistantLight 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