Example #1
0
 public void Add(LineListPolygon poly)
 {
 }
Example #2
0
 protected abstract void AddCore(LineListPolygon poly);
Example #3
0
 public void ClearPoly()
 {
     _rightPoly = null;
     _leftPoly  = null;
 }