Rect.union_
void union_(graphene.rect.Rect b, out graphene.rect.Rect res)Computes the union of the two given rectangles.

The union in the image above is the blue outline.
Parameters
b | a #graphene_rect_t |
res | return location for a #graphene_rect_t |