SVGFEPointLightElementBuilder Class

SVGFEPointLightElementBuilder class

Builder class for creating SVG ‘fePointLight’ elements, which define a point light source for use with lighting filter primitives.

public class SVGFEPointLightElementBuilder : SVGElementBuilder<SVGFEPointLightElement>, 
    IBaseAnimationElementBuilder, ICoreAttributeSetter, IDescriptiveElementBuilder

Constructors

NameDescription
SVGFEPointLightElementBuilder()The default constructor.

Properties

NameDescription
Configurations { get; }

Methods

NameDescription
AddScript(Action<SVGScriptElementBuilder>)Adds a script configuration to the fePointLight element.
Attribute(string, string)
virtual Build(Document)
virtual Build(SVGFEPointLightElement)
BuildElement(Document)
X(double)Sets the ‘x’ attribute of the fePointLight element, specifying the x-coordinate of the light source.
Y(double)Sets the ‘y’ attribute of the fePointLight element, specifying the y-coordinate of the light source.
Z(double)Sets the ‘z’ attribute of the fePointLight element, specifying the z-coordinate of the light source.

See Also