is_empty property

is_empty property

Gets a value indicating whether all numeric properties of this Rectangle have values of zero.

Definition:

@property
def is_empty(self):
    ...

See Also