gdkRegionPointIn {RGtk2}R Documentation

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

[logical] TRUE if the point is in region.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]