public bool Contains(int x, int y) { if (origo.AnyHigher(x, y)) { return(false); } if (end.AnyLower(x, y)) { return(false); } return(true); }