gdkRegionPointIn {RGtk2}R Documentation

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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]