* The bottom edge of the rectangle.
()
| 57 | * The bottom edge of the rectangle. |
| 58 | */ |
| 59 | get bottom(): number { |
| 60 | return this.height < 0 ? this.y : this.y + this.height; |
| 61 | } |
| 62 | |
| 63 | /** |
| 64 | * The left edge of the rectangle. |
nothing calls this directly
no outgoing calls
no test coverage detected