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