is_empty property

is_empty property

Gets a value indicating whether the RectangleF.width or RectangleF.height property of this RectangleF has a value of zero.

Definition:

@property
def is_empty(self):
    ...

See Also