There are a number of ways to copy a TIEBitmap including:
ImageEnView2.Assign(ImageEnView1); // Copy content including Bitmap and IEBitmap from another TImageEnView, including layers and IO params
ImageEnView2.IEBitmap.Assign(ImageEnView1.IEBitmap); // Copy only IEBitmap, does not copy layers and IO params
ImageEnView2.Assign(ImageEnView1.IEBitmap); // Copy only the ieBitmap of another TImageEnView does not copy layers and IO params
There are other ways to copy a TIEBitmap to another not listed including use of a TMemoryStream. The best way to copy depends are what your needs are.
Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development