ImGetImageListElement Function
ImagingExport

Returns image list's element at given index.

Pascal
function ImGetImageListElement(ImageList: TImageDataList; 
                               Index: LongInt; 
                               var OutImage: TImageData): Boolean; cdecl;
File

ImagingExport (at line 71)

Description

Output image is not cloned it's Bits point to Bits in list => do not free OutImage.

Related Information
You are here: Symbol Reference > Functions > ImGetImageListElement Function