cairo_rectangle_t

A data structure for holding a rectangle.

extern (C)
struct cairo_rectangle_t {}

Members

Variables

height
double height;

height of the rectangle

width
double width;

width of the rectangle

x
double x;

X coordinate of the left side of the rectangle

y
double y;

Y coordinate of the the top side of the rectangle

Meta