Method
MtkRectangleunion
Declaration [src]
void
mtk_rectangle_union (
  const MtkRectangle* rect1,
  const MtkRectangle* rect2,
  MtkRectangle* dest
)
Parameters
- rect2
- 
            Type: MtkRectangleAnother MtkRectangle.The data is owned by the caller of the method. 
- dest
- 
            Type: MtkRectangleAn empty MtkRectangle, to be filled with the coordinates of the bounding box.The argument will be set by the function. The returned data is owned by the instance.