filter_units method

filter_units

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

Returns

The current builder instance.

def filter_units(self, units):
    ...
ParameterTypeDescription
unitsCoordinateUnitsThe coordinate units (userSpaceOnUse or objectBoundingBox).

See Also