A region area (collection of rectangles) This module implements MX_REGION which is a vector of rectangles. (../include/detk/region.h)
Part of the detk library.
typedef MX_VECTOR(MX_RECT) MX_REGION;
Regions are vectors of rectangles (../include/detk/region.h)
void mx_region_clip(MX_REGION* region, const MX_RECT* therect)
This function clips the rectangles in a region by another rectangle. After the function returns the none of the rectangles in the region intersect with the rectangle indicated. (../include/detk/region.c)
Generated by MXDOC 2.2 on Sun Feb 4 15:16:27 2007