GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TICKIT_RECTSET_CONTAINS(3) FreeBSD Library Functions Manual TICKIT_RECTSET_CONTAINS(3)

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

#include <tickit.h>

bool tickit_rectset_contains(const TickitRectSet *trs, const TickitRect *rect);

Link with -ltickit.

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

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.

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

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.