Exemplo n.º 1
0
 public bool Contains(Point loc)
 {
     return(_hitbox.Contains(loc));
 }