Method

MetaRectangleunion

Declaration [src]

void
meta_rectangle_union (
  const MetaRectangle* rect1,
  const MetaRectangle* rect2,
  MetaRectangle* dest
)

Description

No description available.

Parameters

rect2 MetaRectangle
 

Another MetaRectangle.

 The data is owned by the caller of the function.
dest 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.