use_absolute_rescaling property

use_absolute_rescaling property

Wether minimum non-rescaled line widh should be defined relative to whole image size (if false) or in pixels (if true)

Definition:

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

See Also