TIEMultiBitmap.CopyToIEBitmap
Declaration
procedure CopyToIEBitmap(Index: Integer; Bmp: TIEBitmap);
Description
Copies the specified image,
Index, to the destination
TIEBitmap object.
Example
// Show the first image in a TImageEnView
mbmp.CopyToIEBitmap( 0, ImageEnView1.IEBitmap );
ImageEnView1.Update();
See Also
◼AssignTo
◼GetTIEBitmap
◼GetBitmap