示例#1
0
 public void AddLines(PointF[] points)
 {
     Changed();
     GdiPath.AddLines(points);
 }