1TICKIT_RECT_CONTAINS(3)    Library Functions Manual    TICKIT_RECT_CONTAINS(3)
2
3
4

NAME

6       tickit_rect_contains - test if one rectangle entirely contains another
7

SYNOPSIS

9       #include <tickit.h>
10
11       bool tickit_rect_contains(const TickitRect *large, const TickitRect *small);
12
13       Link with -ltickit.
14

DESCRIPTION

16       tickit_rect_contains()  tests  whether  the  rectangle  given  by large
17       entirely contains the rectangle given by small.
18

RETURN VALUE

20       tickit_rect_contains() returns a boolean value.
21

SEE ALSO

23       tickit_rect_init_sized(3),                 tickit_rect_init_bounded(3),
24       tickit_rect_intersects(3), tickit_rect(7), tickit(7)
25
26
27
28                                                       TICKIT_RECT_CONTAINS(3)
Impressum