Gets Y coordinate of the bottom edge of the rectangle.
| 87 | |
| 88 | // Gets Y coordinate of the bottom edge of the rectangle. |
| 89 | float GetBottom() const |
| 90 | { |
| 91 | return Location.Y + Size.Y; |
| 92 | } |
| 93 | |
| 94 | // Gets X coordinate of the left edge of the rectangle. |
| 95 | float GetX() const |
no outgoing calls
no test coverage detected