Region.union_
cairo.types.Status union_(cairo.region.Region other)Computes the union of dst with other and places the result in dst
Parameters
other | another #cairo_region_t |
Returns
[cairo.types.Status.Success] or [cairo.types.Status.NoMemory]
cairo.types.Status union_(cairo.region.Region other)Computes the union of dst with other and places the result in dst
other | another #cairo_region_t |