コード例 #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);
 }