LoadImageFromMemory Function
Imaging

Loads single image from given memory location.

Pascal
function LoadImageFromMemory(Data: Pointer; 
                             Size: LongInt; 
                             var Image: TImageData): Boolean;
File

Imaging (at line 109)

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