Exemplo n.º 1
0
 public void AddClosedCurve(PointF[] points, float tension)
 {
     Changed();
     GdiPath.AddClosedCurve(points, tension);
 }
Exemplo n.º 2
0
 public void AddClosedCurve(PointF[] points)
 {
     Changed();
     GdiPath.AddClosedCurve(points);
 }