Example #1
0
 public void TransformPoint(ref double x, ref double y)
 {
     CairoAPI.cairo_matrix_transform_point(this, ref x, ref y);
 }