Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.8.8)
gdkRegionUnionWithRect: 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
.