gdkRegionRectIn: gdkRegionRectIn

Description Usage Arguments Value Author(s)

View source: R/gdkFuncs.R

Description

Tests whether a rectangle is within a region.

Usage

1

Arguments

object

a GdkRegion.

rect

a GdkRectangle.

Value

[GdkOverlapType] GDK_OVERLAP_RECTANGLE_IN, GDK_OVERLAP_RECTANGLE_OUT, or GDK_OVERLAP_RECTANGLE_PART, depending on whether the rectangle is inside, outside, or partly inside the GdkRegion, respectively.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gdkRegionRectIn in RGtk2...