([x, y, width, height]: ReadOnlyRect)
| 27 | } |
| 28 | |
| 29 | static override from([x, y, width, height]: ReadOnlyRect): Rectangle { |
| 30 | return new Rectangle(x, y, width, height) |
| 31 | } |
| 32 | |
| 33 | /** |
| 34 | * Creates a new rectangle positioned at the given centre, with the given width/height. |
no outgoing calls
no test coverage detected