Generic function
Returns #t if the point at x,y is contained in the region.
region-contains-position? region x y => boolean
<region>.
<real>.
<real>.
<boolean>.
duim-geometryduim-geometry Returns #t if the point at x,y is contained in the region region, otherwise returns #f. Since regions in DUIM are closed, this returns #t if the point at x,y is on the region's boundary.