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
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
configureA delegate to configure the clip path.

Return Value

The builder instance for chaining.

See Also