(C) 1998 AROS - The Amiga Research OS


NAME

struct Region * InstallClipRegion (l , region)

LOCATION
In LayersBase at offset 29

SYNOPSIS
struct Layer * l
struct Region * region

FUNCTION
Install a transparent Clip region in the layer. All subsequent graphics call to the rastport of the layer will be clipped to that region. None of the system functions will free the ClipRegion for you, so you will have to call InstallClipRegion(l, NULL) before closing a window or deleting a layer.

INPUTS
l
pointer to layer
region
pointer to region to be clipped against.

RESULT

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY
26.01.1999 bergers
Incomplete.
19.10.1998 ldp
Amiga Research OS
18.08.1997 ldp
Empty functions