예제 #1
0
 /// <summary>
 /// Transforms the point (x, y) by the current transformation matrix (CTM)
 /// </summary>
 public void TransformPoint(ref double x, ref double y)
 {
     handler.TransformPoint(Backend, ref x, ref y);
 }