(C) 1998 AROS - The Amiga Research OS
NAME
#include <graphics/rastport.h>
#include <intuition/intuition.h>
#include <intuition/imageclass.h>
#include <proto/intuition.h>
void EraseImage (rp , image , leftOffset , topOffset)
LOCATION
In IntuitionBase at offset 105
SYNOPSIS
struct RastPort * rp
struct Image * image
LONG leftOffset
LONG topOffset
FUNCTION
Erase an image on the screen.
INPUTS
rp
Render in this RastPort
image
Erase this image
leftOffset, topOffset
Add this offset the the position in the image.
RESULT
None.
EXAMPLE
SEE ALSO
DrawImage(), DrawImageState()
NOTES
BUGS
INTERNALS
HISTORY