Package: cairo

Function cairo:region-contains-point

Lambda List

cairo:region-contains-point (region x y)

Arguments

region -- a cairo:region-t instance
x -- an integer for the x coordinate of a point
y -- an integer for the y coordinate of a point

Return Value

True if (x,y) is contained in region, false if it is not.

Details

Checks whether (x,y) is contained in region.
 

See also

2025-1-26