Example #1
0
 internal void AddHole(RectShape foundHole)
 {
     _holes.Add(foundHole);
     HoleVertices.AddRange(foundHole.Vertices);
 }