SVGFilterElementBuilder.PrimitiveUnits

SVGFilterElementBuilder.PrimitiveUnits method

Sets the coordinate system for the filter’s primitive sub-elements.

public SVGFilterElementBuilder PrimitiveUnits(CoordinateUnits units)
ParameterTypeDescription
unitsCoordinateUnitsThe coordinate units for the filter primitives (userSpaceOnUse or objectBoundingBox).

Return Value

The current builder instance.

See Also