SVGFEImageElementBuilder.AddAnimateTransform
SVGFEImageElementBuilder.AddAnimateTransform method
Adds an animate transform configuration to the feImage element.
public SVGFEImageElementBuilder AddAnimateTransform(
Action<SVGAnimateTransformElementBuilder> configure)
Parameter | Type | Description |
---|---|---|
configure | Action`1 | The animate transform configuration action. |
Return Value
The current builder instance.
See Also
- class SVGAnimateTransformElementBuilder
- class SVGFEImageElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG