Description
struct MetaRectangle {
int x;
int y;
int width;
int height;
}
No description available.
Structure members
x
X coordinate of the top-left corner.
y
Y coordinate of the top-left corner.
width
Width of the rectangle.
height
Height of the rectangle.