Defines the position and size of a rectangle in a two-dimensional plane.
More...
#include <sb.h>
|
int | x |
| x coordinate of the upper left corner of the rectangle
|
|
int | y |
| y coordinate of the upper left corner of the rectangle
|
|
int | width |
| width of the rectangle
|
|
int | height |
| height of the rectangle
|
|
Defines the position and size of a rectangle in a two-dimensional plane.
Definition at line 6532 of file sb.h.
The documentation for this struct was generated from the following file: