Package: gdk

Function gdk:rectangle-contains-point

Lambda List

gdk:rectangle-contains-point (rect x y)

Arguments

rect -- a gdk:rectangle instance
x -- an integer with the x coordinate
y -- an integer with the y coordinate

Return Value

True if rect contains the point.

Details

Returns true if rect contains the point described by x and y.
 

See also

2024-7-9