Exemplo n.º 1
0
 public bool intersects(double x, double y, double w, double h)
 {
     return(GeneralPath.intersects(x, y, w, h));
 }