is_empty property

is_empty property

Specifies whether all numeric properties of this rectangle have values of zero. Read-only bool.

Definition:

@property
def is_empty(self):
    ...

See Also