TMultiImage Class
ImagingClasses | Legend | Members | Methods | Properties | Hierarchy

Extension of TBaseImage which uses array of TImageData records to store multiple images.

Pascal
public TMultiImage = class(TBaseImage);
File

ImagingClasses (at line 180)

Description

Images are independent on each other and they don't share any common characteristic. Each can have different size, format, and palette. All methods inherited from TBaseImage work only with active image (it could represent mipmap level, animation frame, or whatever). Methods whose names contain word 'Multi' work with all images in array (as well as other methods with obvious names).

Hierarchy
TPersistent
TBaseImage
TMultiImage
Related Information
You are here: Symbol Reference > Classes > TMultiImage Class