|
SRM v0.13.0-1
Simple Rendering Manager
|
Structure representing a rectangle with integer coordinates. More...
#include <SRMTypes.hh>
Data Fields | |
| Int32 | x |
| The x-coordinate of the top-left corner of the rectangle. | |
| Int32 | y |
| The y-coordinate of the top-left corner of the rectangle. | |
| Int32 | width |
| The width of the rectangle. | |
| Int32 | height |
| The height of the rectangle. | |
Structure representing a rectangle with integer coordinates.
| Int32 SRMRect::x |
The x-coordinate of the top-left corner of the rectangle.
| Int32 SRMRect::y |
The y-coordinate of the top-left corner of the rectangle.
| Int32 SRMRect::width |
The width of the rectangle.
| Int32 SRMRect::height |
The height of the rectangle.