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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 ImageEnMView - Load an image in multiple parts

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
exchangeviews Posted - Apr 13 2015 : 13:30:13
I need to load an image in ImageEnMView control but in 3 parts. A way to split it up in 3 parts top, middle and bottom before loading and then load as 3 images of a single image. Any inbuilt method? please help?

Example:
2   L A T E S T    R E P L I E S    (Newest First)
exchangeviews Posted - Apr 16 2015 : 05:02:25
Thanks Bill. It is working great.
Any update on following:
http://www.imageen.com/ieforum/topic.asp?TOPIC_ID=1921
w2m Posted - Apr 13 2015 : 16:09:08
procedure TForm1.Split1Click(Sender: TObject);
begin
  ImageEnMView1.Clear;
  ImageEnMView1.AppendSplit(ImageEnView1.IEBitmap, ImageEnView1.IEBitmap.Width,
     ImageEnView1.IEBitmap.Height div 3);
  ImageEnMView1.Update;
end;

ImageEnMView1.Width := 600;
ImageEnMView1.ThumbnailClipping := 10;
ImageEnMView1.SetModernStyling(False, 550, 150);




Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development