Home
Features
Demos
Store
Forum
Support
ImageEn Forum
Profile
Join
Active Topics
Forum FAQ
Search
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
Topic
rswyman@docuxplorer.com
USA
156 Posts
Posted - Jun 06 2012 : 09:19:04
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
If you mean a TBitmap:
ImageEnView.Assign( myTBitmap );
...or...
ImageEnView.IEBitmap.Assign( myTBitmap );
ImageEnView.Update();
...or...
ImageEnView.IEBitmap.CopyFromTBitmap( myTBitmap );
ImageEnView.Update();
rswyman@docuxplorer.com
USA
156 Posts
Posted - Jun 06 2012 : 14:24:21
Thats it! thanks...
Topic
New Topic
Reply to Topic
Jump To:
Select Forum
ImageEn Library for Delphi, C++ and .Net
ImageEn and IEvolution Support Forum
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page