empty property

empty property

Gets a new instance of the Size structure that has Size.width and Size.height values set to zero.

Definition:

@property
def empty(self):
    ...

See Also