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 with the x coordinate of a point
y -- an integer with 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

2020-12-15