cairo_rectangle_int_t

A data structure for holding a rectangle with integer coordinates.

extern (C)
struct cairo_rectangle_int_t {}

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 the top side of the rectangle

Meta

Since

1.10