is_empty property

is_empty property

Gets a value indicating whether this Size has width and height of 0.

Definition:

@property
def is_empty(self):
    ...

See Also