(C) 1998 AROS - The Amiga Research OS
NAME
#include <clib/graphics_protos.h>
void ClearRegion (region)
LOCATION
In GfxBase at offset 88
SYNOPSIS
struct Region * region
FUNCTION
Removes all rectangles in the specified region.
INPUTS
region
pointer to the region structure
RESULT
None.
EXAMPLE
SEE ALSO
NewRegion()
NOTES
BUGS
INTERNALS
HISTORY