SVGFEBaseLightingElementBuilder-2.WithFeSpotLight
SVGFEBaseLightingElementBuilder<TElement,TBuilder>.WithFeSpotLight method
Configures a spot light source for the filter effect.
public TBuilder WithFeSpotLight(Action<SVGFESpotLightElementBuilder> configure)
Parameter | Type | Description |
---|---|---|
configure | Action`1 | The configuration action for the SVGFESpotLightElementBuilder. |
Return Value
The current builder instance.
See Also
- class SVGFESpotLightElementBuilder
- class SVGFEBaseLightingElementBuilder<TElement,TBuilder>
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG