(C) 1998 AROS - The Amiga Research OS


NAME
#include <clib/graphics_protos.h>

void AndRectRegion (region , rectangle)

LOCATION
In GfxBase at offset 84

SYNOPSIS
struct Region * region
struct Rectangle * rectangle

FUNCTION
Remove everything inside 'region' that is outside 'rectangle'

INPUTS
region
pointer to Region structure
rectangle
pointer to Rectangle structure

RESULT

EXAMPLE
SEE ALSO
AndRegionRegion() OrRectRegion() XorRectRegion() ClearRectRegion() NewRegion()

NOTES
This is the only *RectRegion function that cannot fail

BUGS
Although the header claims that this function is documented with "Lang: english", it should perhaps better be "Lang: broken english"

INTERNALS

HISTORY