cairo_rectangle 3 cairo_rectangle some description void cairo_rectangle (cairo_t *cr, double x, double y, double width, double height); cr : a cairo_t x, y : coordinates of the left top corner width, height : width and height of the rectangle Description functions cairo_rectangle The current line style applies to the lines of the rectangle.