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)
ParameterTypeDescription
configureAction`1A delegate that configures the SVGScriptElementBuilder.

Return Value

The current builder instance.

See Also