예제 #1
0
 public void AddPolygon(PointF[] points)
 {
     Changed();
     GdiPath.AddPolygon(points);
 }