gdkRegionPointIn {RGtk2} | R Documentation |
Returns TRUE
if a point is in a region.
gdkRegionPointIn(object, x, y)
|
[GdkRegion ] a GdkRegion . |
|
[integer] the x coordinate of a point. |
|
[integer] the y coordinate of a point. |
[logical] TRUE
if the point is in region
.
Derived by RGtkGen from GTK+ documentation