VOID EraseImage( struct RastPort *, struct Image *, WORD, WORD );
FUNCTION
Erases an Image. For a normal Image structure, this will call the graphics function EraseRect() (clear using layer backfill, if any) for the Image box (LeftEdge/TopEdge/Width/Height).
For custom image, the exact behavior is determined by the custom image class.