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

NAME

6       tickit_rectset_contains  -  test if an area is contained by a rectangle
7       set
8

SYNOPSIS

10       #include <tickit.h>
11
12       bool tickit_rectset_contains(const TickitRectSet *trs, const TickitRect *rect);
13
14       Link with -ltickit.
15

DESCRIPTION

17       tickit_rectset_contains() tests whether  the  area  given  by  rect  is
18       entirely contained by one or more regions in the rectangle set.
19

RETURN VALUE

21       tickit_rectset_contains()  returns  a  true  value if the given area is
22       entirely covered by one or more regions, or false if at least some por‐
23       tion of it remains uncovered.
24

SEE ALSO

26       tickit_rectset_new(3), tickit_rectset(7), tickit_rect(7), tickit(7)
27
28
29
30                                                    TICKIT_RECTSET_CONTAINS(3)
Impressum