logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

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

Name

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

Return Value

tickit_rectset_contains() returns a true value if the given area is  entirely  covered  by  one  or  more
       regions, or false if at least some portion of it remains uncovered.

See Also

tickit_rectset_new(3), tickit_rectset(7), tickit_rect(7), tickit(7)

                                                                                      TICKIT_RECTSET_CONTAINS(3)

Synopsis

#include<tickit.h>booltickit_rectset_contains(constTickitRectSet*trs,constTickitRect*rect);

       Link with -ltickit.

See Also