empty property

empty property

Gets a new instance of the RectangleF structure that has RectangleF.x, RectangleF.y, RectangleF.width and RectangleF.height values set to zero.

Definition:

@property
def empty(self):
    ...

See Also