A data structure for holding a dynamically allocated array of rectangles.
Wraper for LibCairo::RectangleListT
Constructors
new(list : LibCairo::PRectangleListT)
SourceInstance methods
size
Number of rectangles in this list
Sourcestatus
Error status of the rectangle list
Sourceto_cairo_rectangle_list
Returns underlying LibCairo::RectangleIntT structure.
Sourceunsafe_fetch(index : Int) : Rectangle
Returns rectangle at the given index.
Source