SVGClipPathElementBuilder.AddUse
SVGClipPathElementBuilder.AddUse method
Adds a ‘use’ element to the clipPath element.
public SVGClipPathElementBuilder AddUse(Action<SVGUseElementBuilder> configure)
Parameter | Type | Description |
---|---|---|
configure | Action`1 | A configuration action for the SVGUseElementBuilder. |
Return Value
The current instance of SVGClipPathElementBuilder for method chaining.
See Also
- class SVGUseElementBuilder
- class SVGClipPathElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG