SVGClipPathElementBuilder.ClipPathUnits

SVGClipPathElementBuilder.ClipPathUnits method

Sets the ‘clipPathUnits’ attribute of the SVG ‘clipPath’ element, specifying the coordinate system for the clipping path.

public SVGClipPathElementBuilder ClipPathUnits(CoordinateUnits units)
ParameterTypeDescription
unitsCoordinateUnitsThe coordinate system units.

Return Value

The current instance of SVGClipPathElementBuilder for method chaining.

See Also