Class: imageclass Superclass: rootclass Include File: <intuition/imageclass.h> This class is the base class for Boopsi Images. These images are backwards compatible with the conventional Intuition Images. Every Boopsi image has an Intuition image structure embedded in it so intuition can access the Boopsi image as a conventional Image structure when necessary. Normally there are no direct instances of this class, only instances of subclasses of imageclass. New Methods: ------------ im_draw im_erase im_hitframe im_framebox im_hittest im_drawframe im_eraseframe Changed Methods: ---------------- om_new om_set Attributes: ----------- ia_left, ia_top, ia_width, ia_height (isg) ia_fgpen, ia_bgpen (isg) ia_data (isg) ia_pens ()