File: tickit_rect_contains.3

package info (click to toggle)
libtickit 0.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,556 kB
  • sloc: ansic: 13,904; perl: 228; makefile: 161; sh: 38
file content (21 lines) | stat: -rw-r--r-- 646 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.TH TICKIT_RECT_CONTAINS 3
.SH NAME
tickit_rect_contains \- test if one rectangle entirely contains another
.SH SYNOPSIS
.EX
.B #include <tickit.h>
.sp
.BI "bool tickit_rect_contains(const TickitRect *" large ", const TickitRect *" small );
.EE
.sp
Link with \fI\-ltickit\fP.
.SH DESCRIPTION
\fBtickit_rect_contains\fP() tests whether the rectangle given by \fIlarge\fP entirely contains the rectangle given by \fIsmall\fP.
.SH "RETURN VALUE"
\fBtickit_rect_contains\fP() returns a boolean value.
.SH "SEE ALSO"
.BR tickit_rect_init_sized (3),
.BR tickit_rect_init_bounded (3),
.BR tickit_rect_intersects (3),
.BR tickit_rect (7),
.BR tickit (7)