Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
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
a
GdkRegion
.
rect
a
GdkRectangle
.