Bool XPointInRegion(r, x, y) Region r; int x, y;
The XPointInRegion() function returns True if the point (x, y) is contained in the region r.