Method
MtkRectangleintersect
Declaration [src]
gboolean
mtk_rectangle_intersect (
const MtkRectangle* src1,
const MtkRectangle* src2,
MtkRectangle* dest
)
Parameters
src2
-
Type:
MtkRectangle
Another
MtkRectangle
.The data is owned by the caller of the method. dest
-
Type:
MtkRectangle
An 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.