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_rect_contains - test if one rectangle entirely contains another

Description

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

Name

       tickit_rect_contains - test if one rectangle entirely contains another

Return Value

tickit_rect_contains() returns a boolean value.

See Also

tickit_rect_init_sized(3),   tickit_rect_init_bounded(3),   tickit_rect_intersects(3),    tickit_rect(7),
       tickit(7)

                                                                                         TICKIT_RECT_CONTAINS(3)

Synopsis

#include<tickit.h>booltickit_rect_contains(constTickitRect*large,constTickitRect*small);

       Link with -ltickit.

See Also