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