bottom property

bottom property

Gets the y-coordinate that is the sum of y and height of this rectangle. Read-only int.

Definition:

@property
def bottom(self):
    ...

See Also