SVGFEBaseLightingElementBuilder-2.WithFeSpotLight

SVGFEBaseLightingElementBuilder<TElement,TBuilder>.WithFeSpotLight method

Configures a spot light source for the filter effect.

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

Return Value

The current builder instance.

See Also