Region.xor
cairo.types.Status xor(cairo.region.Region other)Computes the exclusive difference of dst with other and places the result in dst. That is, dst will be set to contain all areas that are either in dst or in other, but not in both.
Parameters
other | another #cairo_region_t |
Returns
[cairo.types.Status.Success] or [cairo.types.Status.NoMemory]