Return the left coordinate of the rectangle.
(self)
| 941 | "{'xy', 'center', (number, number)}.") |
| 942 | |
| 943 | def get_x(self): |
| 944 | """Return the left coordinate of the rectangle.""" |
| 945 | return self._x0 |
| 946 | |
| 947 | def get_y(self): |
| 948 | """Return the bottom coordinate of the rectangle.""" |