Example #1
0
 /// <summary>
 /// Transforms the distance (dx, dy) by the scale and rotation elements (only) of the CTM
 /// </summary>
 public void TransformDistance(ref double dx, ref double dy)
 {
     handler.TransformDistance(Backend, ref dx, ref dy);
 }