Esempio n. 1
0
 protected override string Intersect(Ellipse other)
 {
     return("RoundedRectange x Ellipse");
 }
Esempio n. 2
0
 protected virtual string Intersect(Ellipse other)
 {
     return("Rectangle x Ellipse");
 }