Structure defining a 2D rectangle with top-left corner coordinates and width/height in pixels. More...
Attributes | |
int | x |
x coordinates of top-left corner. More... | |
int | y |
y coordinates of top-left corner. More... | |
int | width |
Width of the rectangle in pixels. More... | |
int | height |
Height of the rectangle in pixels. More... | |
Structure defining a 2D rectangle with top-left corner coordinates and width/height in pixels.
int x |
x coordinates of top-left corner.
int y |
y coordinates of top-left corner.
int width |
Width of the rectangle in pixels.
int height |
Height of the rectangle in pixels.