empty property

empty property

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

Definition:

@property
def empty(self):
    ...

See Also