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