Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gdkRegionPointIn: gdkRegionPointIn
Description
Finds out if a point is in a region.
Usage
gdkRegionPointIn(object, x, y)
Arguments
object
a
GdkRegion
x
the x coordinate of a point
y
the y coordinate of a point
Value
TRUE
if the point is in
region
.