SVGFETileElementBuilder.AddScript
SVGFETileElementBuilder.AddScript method
Adds a script configuration to the feTile element. This method allows the addition of a script element to the feTile element.
public SVGFETileElementBuilder AddScript(Action<SVGScriptElementBuilder> configure)
Parameter | Type | Description |
---|---|---|
configure | Action`1 | A delegate that configures the SVGScriptElementBuilder. |
Return Value
The current builder instance.
See Also
- class SVGScriptElementBuilder
- class SVGFETileElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG