(C) 1998 AROS - The Amiga Research OS


NAME
#include <clib/graphics_protos.h>

BOOL ClearRectRegion (region , rectangle)

LOCATION
In GfxBase at offset 87

SYNOPSIS
struct Region * region
struct Rectangle * rectangle

FUNCTION
Clear the given Rectangle from the given Region

INPUTS
region
pointer to a Region structure
rectangle
pointer to a Rectangle structure

RESULT
FALSE if not enough memory was available, else TRUE

EXAMPLE

SEE ALSO
AndRectRegion() OrRectRegion() XorRectRegion()

NOTES

BUGS

INTERNALS

HISTORY