[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

IMAGECLASS

Class identifier. This class is the base class for Boopsi Images.

Declaration

Source position: intuition.pas line 1738

const IMAGECLASS: ClassID = 'imageclass';

Description

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:

OM_NEW, OM_SET

Attributes:

IA_Left (ISG)

IA_Top (ISG)

IA_Width (ISG)

IA_Height (ISG)

IA_FGPen (ISG)

IA_BGPen (ISG)

IA_Data (ISG)

IA_Pens ()

See also

ClassID

  

Name of the Object class

TIClass

  

This structure is READ-ONLY, and allocated only by Intuition

FindClass

  

Find a registered class

MakeClass

  

Create and initialize a boopsi class.

NewObjectA

  

Create an object from a class.


Documentation generated on: 2017-01-10