Return the bottom coordinate of the rectangle.
(self)
| 945 | return self._x0 |
| 946 | |
| 947 | def get_y(self): |
| 948 | """Return the bottom coordinate of the rectangle.""" |
| 949 | return self._y0 |
| 950 | |
| 951 | def get_xy(self): |
| 952 | """Return the left and bottom coords of the rectangle as a tuple.""" |