clip_strategy property

clip_strategy property

Gets or sets a value indicating whether the device context is within a clip path.

Definition:

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

See Also