empty property

empty property

Gets a new instance of the Point structure that has Point.x and Point.y values set to zero.

Definition:

@property
def empty(self):
    ...

See Also