![]() |
1.1.0
|
Represents a rectangle with left, top, right and bottom float values.
More...
#include <rect.h>
Public Attributes | |
| float | left |
| Left value. | |
| float | top |
| Top value. | |
| float | right |
| Right value. | |
| float | bottom |
| Bottom value. | |
Represents a rectangle with left, top, right and bottom float values.
Although left and top can be used as x and y, bottom and right are not the same as width and height. They are absolute values from origin (0, 0).
Example
1.8.17