inline Rect<T> BottomSide(T height = 0.0) const;
BottomSide returns a new rectangle representing the bottom of the local rectangle by default. The rectangle holds the same x1, x2, and y2 components as the local rectangle. The placement of the y1 is determined by the equation: (y2 - height).
Parameters |
Description |
T height = 0.0 |
The value determining the placement of the y1 rectangle component. |
A new Rect representing the bottom of the local rectangle by default.