예제 #1
0
 public void AddClosedCurve(PointF[] points, float tension)
 {
     Changed();
     GdiPath.AddClosedCurve(points, tension);
 }
예제 #2
0
 public void AddClosedCurve(PointF[] points)
 {
     Changed();
     GdiPath.AddClosedCurve(points);
 }