示例#1
0
 public void Translate(double tx, double ty)
 {
     CairoAPI.cairo_matrix_translate(this, tx, ty);
 }