SVGFilterElementBuilder.FilterUnits

SVGFilterElementBuilder.FilterUnits method

Sets the coordinate system for the filter’s x, y, width, and height attributes.

public SVGFilterElementBuilder FilterUnits(CoordinateUnits units)
ParameterTypeDescription
unitsCoordinateUnitsThe coordinate units (userSpaceOnUse or objectBoundingBox).

Return Value

The current builder instance.

See Also