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
 ImageEnVect merge vector objects
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

andyhill

Australia
159 Posts

Posted - Mar 31 2016 :  23:02:49  Show Profile  Reply
I have an ImgaeEnVect control where I have added vector objects via code - all good.

How can I merge additional vector objects from a stream [eDisplay.LoadFromStreamIEV(ms)] without removing the already existing objects created by code ?

In other words, how can I merge additional objects from a stream ?

Andy

xequte

38947 Posts

Posted - Apr 01 2016 :  03:42:34  Show Profile  Reply
Hi Andy

The second parameter of LoadFromStreamIEV() is AppendObjects. Set to true to merge with the existing objects, i.e.

ImageEnVect1.LoadFromStreamIEV( Stream, True);

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page

andyhill

Australia
159 Posts

Posted - Apr 01 2016 :  15:05:17  Show Profile  Reply
Thanks

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