(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/graphics.h>
BOOL XorRectRegion (region , rectangle)
LOCATION
In GfxBase at offset 93
SYNOPSIS
struct Region * region
struct Rectangle * rectangle
FUNCTION
Exclusive-OR the given rectangle to the given region
INPUTS
region
pointer to a region structure
rectangle
pointer to a rectangle structure
RESULT
TRUE if the operation was succesful, else FALSE (out of memory)
EXAMPLE
SEE ALSO
AndRectRegion(), OrRectRegion(), ClearRectRegion()
NOTES
All relevant data is copied, you may throw away the given rectangle after calling this function
BUGS
INTERNALS
HISTORY