empty property

empty property

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

Definition:

@property
def empty(self):
    ...

See Also