is_empty property

is_empty property

The rectangle is empty.

Returns True if the rectangle is empty; otherwise, False.

Definition:

@property
def is_empty(self):
    ...

See Also