position property

position property

Gets the coordinates of the upper-left corner of the rectangular area.

Definition:

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

See Also