Esempio n. 1
0
 public void Rotate(double angle)
 {
     CairoAPI.cairo_rotate(state, angle);
 }