left property

left property

Gets the x-coordinate of the left edge of the rectangle.

Definition:

@property
def left(self):
    ...

See Also