Example #1
0
 internal void RemoveHole(RectShape foundHole)
 {
     _holes.Remove(foundHole);
     foreach (Vertex v in foundHole.Vertices)
     {
         HoleVertices.Remove(v);
     }
 }