gdkRegionUnionWithRect {RGtk2}R Documentation

gdkRegionUnionWithRect

Description

Sets the area of region to the union of the areas of region and rect. The resulting area is the set of pixels contained in either region or rect.

Usage

gdkRegionUnionWithRect(object, rect)

Arguments

object [GdkRegion] a GdkRegion.
rect [GdkRectangle] a GdkRectangle.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]