Docs » Autodocs » graphics.library » OrRectRegion
OrRectRegion -- Perform 2d OR operation of rectangle with region, leaving result in region.
status = OrRectRegion(region,rectangle) d0 a0 a1 BOOL OrRectRegion( struct Region *, struct Rectangle * );
If any portion of rectangle is not in the region then add that portion to the region.
region - pointer to Region structure rectangle - pointer to Rectangle structure
status - return TRUE if successful operation return FALSE if ran out of memory
AndRectRegion(), OrRegionRegion(), <graphics/regions.h>
|