![]() |
Provides a rectangle with position, width and height, provided as an integer value.
Public Member Functions | |
AllocatedRect2DI (int width=0.0, int height=0.0, int x=0.0, int y=0.0) | |
Public Attributes | |
int | x |
Origin of the object in the x axis. | |
int | y |
Origin of the object in the y axis. | |
int | width |
width of the object | |
int | height |
height of the object | |