ImSetImageListElement Function
ImagingExport

Sets image list element at given index.

Pascal
function ImSetImageListElement(ImageList: TImageDataList; 
                               Index: LongInt; 
                               const InImage: TImageData): Boolean; cdecl;
File

ImagingExport (at line 77)

Description

Input image is not cloned - image in list will point to InImage's Bits.

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