Пример #1
0
 public void InverseTransformPoint(ref double x, ref double y)
 {
     CairoAPI.cairo_device_to_user(state, ref x, ref y);
 }