cairo.rectangle_list
Module for [RectangleList] class
class RectangleList
Types 1
classRectangleList : gobject.boxed.Boxed
A data structure for holding a dynamically allocated array of rectangles.
Methods
RectangleList self()Returns `this`, for use in `with` statements.cairo.types.Status status() @propertyGet `status` field. Returns: Error status of the rectangle listvoid status(cairo.types.Status propval) @propertySet `status` field. Params: propval = Error status of the rectangle listcairo.types.Rectangle rectangles() @propertyGet `rectangles` field. Returns: Array containing the rectanglesvoid numRectangles(int propval) @propertySet `numRectangles` field. Params: propval = Number of rectangles in this listConstructors
this(cairo.types.Status status = cairo.types.Status.init, int numRectangles = int.init)Create a `rectangle_list.RectangleList` boxed type. Params: status = Error status of the rectangle list numRectangles = Number of rectangles in this list