Return the vertices of the rectangle.
(self)
| 892 | self._convert_units() # Validate the inputs. |
| 893 | |
| 894 | def get_path(self): |
| 895 | """Return the vertices of the rectangle.""" |
| 896 | return Path.unit_rectangle() |
| 897 | |
| 898 | def _convert_units(self): |
| 899 | """Convert bounds of the rectangle.""" |