SVGBuilderExtensions.ClipPath
SVGBuilderExtensions.ClipPath<TBuilder> method
Sets the ‘clip-path’ attribute for an SVG element.
public static TBuilder ClipPath<TBuilder>(this TBuilder builder, Action<ClipPathBuilder> configure)
where TBuilder : IAttributeSetter, IPresentationAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
configure | A delegate to configure the clip path. |
Return Value
The builder instance for chaining.
See Also
- class ClipPathBuilder
- interface IAttributeSetter
- interface IPresentationAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG