SVGFEImageElementBuilder.AddAnimateTransform

SVGFEImageElementBuilder.AddAnimateTransform method

Adds an animate transform configuration to the feImage element.

public SVGFEImageElementBuilder AddAnimateTransform(
    Action<SVGAnimateTransformElementBuilder> configure)
ParameterTypeDescription
configureAction`1The animate transform configuration action.

Return Value

The current builder instance.

See Also