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
 How to set a bit map to ImageEnView
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

rswyman@docuxplorer.com

USA
156 Posts

Posted - Jun 06 2012 :  09:19:04  Show Profile  Reply
Does anyone have a code sample of how to assign a bitmap to the ImageEnView component?

Thanks
Ron

fab

1310 Posts

Posted - Jun 06 2012 :  11:02:17  Show Profile  Reply
If you mean a TBitmap:

ImageEnView.Assign( myTBitmap );

...or...

ImageEnView.IEBitmap.Assign( myTBitmap );
ImageEnView.Update();

...or...

ImageEnView.IEBitmap.CopyFromTBitmap( myTBitmap );
ImageEnView.Update();
Go to Top of Page

rswyman@docuxplorer.com

USA
156 Posts

Posted - Jun 06 2012 :  14:24:21  Show Profile  Reply
Thats it! thanks...
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: