Example #1
0
 public void TransformDistance(ref double dx, ref double dy)
 {
     CairoAPI.cairo_matrix_transform_distance(this, ref dx, ref dy);
 }