SVGMaskElementBuilder.MaskUnits

SVGMaskElementBuilder.MaskUnits method

Sets the ‘maskUnits’ attribute of the SVG ‘mask’ element, specifying the coordinate system for the mask’s attributes.

public SVGMaskElementBuilder MaskUnits(CoordinateUnits units)
ParameterTypeDescription
unitsCoordinateUnitsThe coordinate units for the mask, either ‘userSpaceOnUse’ or ‘objectBoundingBox’.

Return Value

The current instance of SVGMaskElementBuilder for method chaining.

See Also