SVGBuilderExtensions.AddClipPath

SVGBuilderExtensions.AddClipPath<TBuilder> method

Adds a ‘clipPath’ element configuration to the builder.

public static TBuilder AddClipPath<TBuilder>(this TBuilder builder, 
    Action<SVGClipPathElementBuilder> configure)
    where TBuilder : ISVGElementBuilder, IShapeContentElementBuilder
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
configureThe configuration action for the ‘clipPath’ element.

Return Value

The builder instance for chaining.

See Also