Method
MtkRectangleintersect
Declaration [src]
gboolean
mtk_rectangle_intersect (
  const MtkRectangle* src1,
  const MtkRectangle* src2,
  MtkRectangle* dest
)
Parameters
- src2
- 
            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 intersection.The argument will be set by the function. The returned data is owned by the instance.