Class identifier. This class is the base class for Boopsi Images.
Source position: intuition.pas line 2784
const IMAGECLASS: PChar = 'imageclass'; |
SuperClass:rootclass
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:
Attributes:
IA_Left (ISG)
IA_Top (ISG)
IA_Width (ISG)
IA_Height (ISG)
IA_FGPen (ISG)
IA_BGPen (ISG)
IA_Data (ISG)
IA_Pens ()
|
Name of the Object class |
|
|
This structure is READ-ONLY, and allocated only by Intuition |
|
|
Create and initialize a boopsi class. |
|
|
Create an object from a class. |