Beispiel #1
0
 public bool ShouldPaint(Circle circle)
 {
     return(Math.Abs(circle.GetArea()) < 0.001);
 }