Exemple #1
0
 public void Add(Polygon p)
 {
     _polygons.Add(p);
 }
Exemple #2
0
 public PolygonSet(Polygon poly)
 {
     _polygons.Add(poly);
 }