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