Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
graphics.library
NAME
ClearRectRegion
Removes all parts from a region that are within a rectangle
SYNOPSIS
status = ClearRectRegion(region,rectangle)
d0 a0 a1
BOOL ClearRectRegion(struct Region *, struct Rectangle * );
FUNCTION
Clip away any portion of the region that exists inside of the rectangle. Leave the result in region.
INPUTS
region
pointer to Region structure
rectangle
pointer to Rectangle structure
RESULT
status
return TRUE if successful operation return FALSE if ran out of memory
The region is left unchanged in case of failure.
BUGS
V40 releases and before may have left the region in an inconsistent state in case of failure.
SEE ALSO
AndRectRegion()
graphics/regions.h