SVGFEPointLightElementBuilder class
SVGFEPointLightElementBuilder class
Builder class for creating SVG ‘fePointLight’ elements, which define a point light source for use with lighting filter primitives.
The SVGFEPointLightElementBuilder type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Constructs a new instance of SVGFEPointLightElementBuilder |
Methods
| Method | Description |
|---|---|
| build | |
| build | |
| x | Sets the ‘x’ attribute of the fePointLight element, specifying the x-coordinate of the light source. |
| y | Sets the ‘y’ attribute of the fePointLight element, specifying the y-coordinate of the light source. |
| z | Sets the ‘z’ attribute of the fePointLight element, specifying the z-coordinate of the light source. |
| 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