rectangle_tolerance property

rectangle_tolerance property

Gets the size of the border that is ignored when captured by the rectangular area. It’s measured by the fraction of a text item height.

Definition:

@property
def rectangle_tolerance(self):
    ...
@rectangle_tolerance.setter
def rectangle_tolerance(self, value):
    ...

See Also