SVGImageElementBuilder.AddClipPath

SVGImageElementBuilder.AddClipPath method

Adds a clip path configuration to the SVG ‘image’ element.

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

Return Value

The current instance of SVGImageElementBuilder for method chaining.

See Also