예제 #1
0
 /// <summary>
 /// Transforms the array of points by the current transformation matrix (CTM)
 /// </summary>
 public void TransformPoints(Point[] points)
 {
     handler.TransformPoints(Backend, points);
 }