gdkRegionXor {RGtk2}R Documentation

gdkRegionXor

Description

Sets the area of source1 to the exclusive-OR of the areas of source1 and source2. The resulting area is the set of pixels contained in one or the other of the two sources but not in both.

Usage

gdkRegionXor(object, source2)

Arguments

object [GdkRegion] a GdkRegion
source2 [GdkRegion] another GdkRegion

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]