SVGFEBaseLightingElementBuilder-2.WithFePointLight

SVGFEBaseLightingElementBuilder<TElement,TBuilder>.WithFePointLight method

Configures a point light source for the filter effect.

public TBuilder WithFePointLight(Action<SVGFEPointLightElementBuilder> configure)
ParameterTypeDescription
configureAction`1The configuration action for the SVGFEPointLightElementBuilder.

Return Value

The current builder instance.

See Also