Struct cairo_rectangle_list_t

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

Fields

Name Type Description
num_rectangles int Number of rectangles in this list
rectangles cairo_rectangle_t* Array containing the rectangles
status cairo_status_t Error status of the rectangle list

Since

1.4

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

cairoD wrapper/bindings Boost License 1.0
cairo LGPL 2.1 / MPL 1.1