Example #1
0
 public void Rectangle(double x, double y, double width, double height)
 {
     CairoAPI.cairo_rectangle(state, x, y, width, height);
 }