cairo_rectangle_list_t

A data structure for holding a dynamically allocated array of rectangles.

Members

Variables

num_rectangles
int num_rectangles;

Number of rectangles in this list

rectangles
cairo_rectangle_t* rectangles;

Array containing the rectangles

status
cairo_status_t status;

Error status of the rectangle list

Meta