IMAGECONTAINER__DEFINE Name
IMAGECONTAINER__DEFINE
Purpose
The purpose of this routine is to provide a container class for image
objects. Calling the DRAW method of a container calls the DRAW method
on all the items in the container. It is similar to a CatLayer object,
which was developed later for annotations. It was developed specifically
for ImageFrame objects, and still contains some unneeded dependencies
on that object.
Authors
FANNING SOFTWARE CONSULTING BURRIDGE COMPUTING
1645 Sheely Drive 18 The Green South
Fort Collins Warborough, Oxon
CO 80526 USA OX10 7DN, ENGLAND
Phone: 970-221-0438 Phone: +44 (0)1865 858279
E-mail: davidf@dfanning.com E-mail: davidb@burridgecomputing.co.uk
Category
Objects. Syntax
theObject = Obj_New("IMAGECONTAINER")
Superclasses
CATATOM
CATCONTAINER IDLITCOMPONENT
IDL_CONTAINER
Class Structure
class = { IMAGECONTAINER, $
INHERITS CATATOM $
} Messages
None.
Modification History
Written by: David W. Fanning, May 24, 2005.