fill_rule property

fill_rule property

Returns/sets the value specifying how the intersecting areas of geometric shapes are combined to form a region.

Definition:

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

See Also