Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
TICKIT_RECT_CONTAINS(3)	   Library Functions Manual    TICKIT_RECT_CONTAINS(3)

NAME
       tickit_rect_contains - test if one rectangle entirely contains another

SYNOPSIS
       #include	<tickit.h>

       bool tickit_rect_contains(const TickitRect *large, const	TickitRect *small);

       Link with -ltickit.

DESCRIPTION
       tickit_rect_contains()  tests  whether the rectangle given by large en-
       tirely contains the rectangle given by small.

RETURN VALUE
       tickit_rect_contains() returns a	boolean	value.

SEE ALSO
       tickit_rect_init_sized(3), tickit_rect_init_bounded(3), tickit_rect_in-
       tersects(3), tickit_rect(7), tickit(7)

						       TICKIT_RECT_CONTAINS(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=tickit_rect_contains&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help