Class Cairo.Rectangle
- Description
 A data structure for holding a rectangle.
- Method
create
 Cairo.Rectangle Cairo.Rectangle(float|intx,float|inty,float|intwidth,float|intheight)- Parameter 
x X coordinate of the left side of the rectangle
- Parameter 
y Y coordinate of the top side of the rectangle
- Parameter 
width width of the rectangle
- Parameter 
height height of the rectangle