Region.getRectangle

Stores the nth rectangle from the region in rectangle. Since 1.10

class Region
void
getRectangle
(
int nth
,
out cairo_rectangle_int_t rectangle
)

Parameters

nth int

a number indicating which rectangle should be returned

rectangle cairo_rectangle_int_t

return location for a cairo_rectangle_int_t

Meta