gdkRegionXor: gdkRegionXor

Description Usage Arguments Author(s)

View source: R/gdkFuncs.R

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

1
gdkRegionXor(object, source2)

Arguments

object

a GdkRegion

source2

another GdkRegion

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gdkRegionXor in RGtk2...