ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 TImageEnVect save
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

AndyColmes

USA
351 Posts

Posted - Oct 16 2018 :  03:39:09  Show Profile  Reply
Is it possible to save everything in a TImageEnVect, especially the layers? I know that I can save the objects like annotations, but I was wondering if I could save the state of a TImageEnVect so I can reload the images in the layers and their positions.

I have tried saving the layers into image files, but when I reload it back, it loses the positions.

Thanks for any help.

Andy

xequte

38176 Posts

Posted - Oct 16 2018 :  04:13:37  Show Profile  Reply
Hi Andy

We are moving away from the older TImageEnVect object, in favor of the newer TImageEnView layers. You generally do not use both in the same project. Please see:

https://www.imageen.com/help/TImageEnVect%20vs%20TIELayers.html


To save both layers and objects you should probably use two files and save using:
TImageEnVect.SaveToFileIEV()
TImageEnView.IO.SaveToFileIEN()

TImageEnView.IO.LoadFromFileIEN()
TImageEnVect.LoadFromFileIEV()

Nigel
Xequte Software
www.imageen.com
Go to Top of Page

AndyColmes

USA
351 Posts

Posted - Oct 16 2018 :  05:58:17  Show Profile  Reply
Hi Nigel,

Thank you for the tip. That helped a lot.

Andy
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: