box property

box property

Coordinates of changed element.

Definition:

@property
def box(self):
    ...
@box.setter
def box(self, value):
    ...

See Also