You may want to try miSelectLasso to draw the selection. miSelectMagicwand does not allow drawing the selection with the mouse.
This works for ImageENView so it should work for ImageENVect as well:
ImageEnView1.CopySelectionToBitmap( ImageEnView2.Bitmap );
ImageEnView2.Update;
William Miller