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