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