cairo_rectangle_int_t

A data structure for holding a rectangle with integer coordinates. int x; X coordinate of the left side of the rectangle int y; Y coordinate of the the top side of the rectangle int width; width of the rectangle int height; height of the rectangle Since 1.10

struct cairo_rectangle_int_t {}

Members

Variables

height
int height;
Undocumented in source.
width
int width;
Undocumented in source.
x
int x;
y
int y;
Undocumented in source.

Meta