cairo_rectangle3cairo_rectanglesome description
void cairo_rectangle (cairo_t *cr, double x, double y, double width, double height);cr :a cairo_tx, y :coordinates of the left top cornerwidth, height :width and height of the rectangleDescriptionfunctionscairo_rectangle
The current line style applies to the lines of the rectangle.