Package: gdk

Function gdk-rectangle-union

Lambda List

gdk-rectangle-union (rect1 rect2)

Arguments

rect1 -- a gdk-rectangle instance
rect2 -- a gdk-rectangle instance

Return Value

A gdk-rectangle instance with the union of rect1 and rect2.

Details

Calculates the union of two rectangles. The union of rectangles rect1 and rect2 is the smallest rectangle which includes both rectangles within it.
 

See also

2021-12-13