AtkRectangle

A data structure for holding a rectangle. Those coordinates are relative to the component top-level parent.

struct AtkRectangle {}

Members

Variables

height
int height;

height of the rectangle.

width
int width;

width of the rectangle.

x
int x;

X coordinate of the left side of the rectangle.

y
int y;

Y coordinate of the top side of the rectangle.

Meta