Method
MetaRectangleunion
Declaration [src]
void
meta_rectangle_union (
const MetaRectangle* rect1,
const MetaRectangle* rect2,
MetaRectangle* dest
)
Parameters
rect2
-
Type:
MetaRectangle
Another
MetaRectangle
.The data is owned by the caller of the function. dest
-
Type:
MetaRectangle
An empty
MetaRectangle
, to be filled with the coordinates of the bounding box.The argument will be set by the function. The data is owned by the caller of the function.