Get the rotation angle in degrees.
(self)
| 973 | return self._height |
| 974 | |
| 975 | def get_angle(self): |
| 976 | """Get the rotation angle in degrees.""" |
| 977 | return self.angle |
| 978 | |
| 979 | def set_x(self, x): |
| 980 | """Set the left coordinate of the rectangle.""" |
no outgoing calls