Rect.union_

Computes the union of the two given rectangles.

The union in the image above is the blue outline.

class Rect
void
union_
(,
out Rect res
)

Parameters

b Rect

a #graphene_rect_t

res Rect

return location for a #graphene_rect_t

Meta