Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_cairo_rectangle_list Struct Reference

#include <cairo.h>

Data Fields

cairo_status_t status
 
cairo_rectangle_trectangles
 
int num_rectangles
 

Detailed Description

cairo_rectangle_list_t: @status: Error status of the rectangle list @rectangles: Array containing the rectangles @num_rectangles: Number of rectangles in this list

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

Since: 1.4

Definition at line 1069 of file cairo.h.

Field Documentation

◆ num_rectangles

int _cairo_rectangle_list::num_rectangles

Definition at line 1072 of file cairo.h.

◆ rectangles

cairo_rectangle_t* _cairo_rectangle_list::rectangles

Definition at line 1071 of file cairo.h.

◆ status

cairo_status_t _cairo_rectangle_list::status

Definition at line 1070 of file cairo.h.


The documentation for this struct was generated from the following file: