clip property

clip property

Returns/sets the path geometry instance limiting the rendered region of the element.

Definition:

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

See Also