SVGFEDistantLightElementBuilder Class
SVGFEDistantLightElementBuilder class
Builder class for creating SVG ‘feDistantLight’ elements, used within SVG filters to define a distant light source.
public class SVGFEDistantLightElementBuilder : SVGElementBuilder<SVGFEDistantLightElement>,
IBaseAnimationElementBuilder, ICoreAttributeSetter, IDescriptiveElementBuilder
Constructors
| Name | Description |
|---|---|
| SVGFEDistantLightElementBuilder() | The default constructor. |
Properties
| Name | Description |
|---|---|
| Configurations { get; } |
Methods
| Name | Description |
|---|---|
| AddScript(Action<SVGScriptElementBuilder>) | Adds a script configuration to the feDistantLight element. |
| Attribute(string, string) | |
| Azimuth(double) | Sets the ‘azimuth’ attribute of the feDistantLight element. |
| virtual Build(Document) | |
| virtual Build(SVGFEDistantLightElement) | |
| BuildElement(Document) | |
| Elevation(double) | Sets the ’elevation’ attribute of the feDistantLight element. |
See Also
- class SVGElementBuilder<T>
- class SVGFEDistantLightElement
- interface IBaseAnimationElementBuilder
- interface ICoreAttributeSetter
- interface IDescriptiveElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG