location property

location property

Gets or sets the coordinates of the upper-left corner of this Rectangle structure.

Definition:

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

See Also