SVGClipPathElementBuilder.AddUse

SVGClipPathElementBuilder.AddUse method

Adds a ‘use’ element to the clipPath element.

public SVGClipPathElementBuilder AddUse(Action<SVGUseElementBuilder> configure)
ParameterTypeDescription
configureAction`1A configuration action for the SVGUseElementBuilder.

Return Value

The current instance of SVGClipPathElementBuilder for method chaining.

See Also