Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.8.8)
gdkRegionPointIn: gdkRegionPointIn
Description
Returns
TRUE
if a point is in a region.
Usage
gdkRegionPointIn(object, x, y)
Arguments
object
[
GdkRegion
] a
GdkRegion
.
x
[integer] the x coordinate of a point.
y
[integer] the y coordinate of a point.
Value
[logical]
TRUE
if the point is in
region
.