SVGFEBaseLightingElementBuilder-2.Build

SVGFEBaseLightingElementBuilder<TElement,TBuilder>.Build method

Builds the SVG element, applying the light source configuration if specified.

public override TElement Build(Document document)
ParameterTypeDescription
documentDocumentThe document to which the element will be added.

Return Value

The constructed SVG element.

See Also