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
 AutoFragmentBitmap question
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

spetric

Croatia
308 Posts

Posted - Oct 29 2014 :  14:16:16  Show Profile  Reply
Is it possible to have different AutoFragmentBitmap settings inside single application?

At the beginning of application I have set
IEGlobalSettings()->AutoFragmentBitmap = false;

However, for undo buffer purpose, I don't need contiguous memory, i.e. it can be fragmented. So, can I alter AutoFragmentBitmap setting and then go back to initial state:


IEGlobalSettings()->AutoFragmentBitmap = false;
UndoBuffer->Add(Image, &boundRect);
IEGlobalSettings()->AutoFragmentBitmap = true;


TIA,
Siniša

xequte

39145 Posts

Posted - Oct 29 2014 :  19:29:17  Show Profile  Reply
Hi Siniša

I can't see any issue with changing AutoFragmentBitmap on a per bitmap basis.


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: