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
 Redraw a grid cells in TImageEnVect

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
jwest Posted - Jun 25 2011 : 08:57:20
Hi,

I have a TImageEnVecT where I divide it with rectangles using rows and cols(2x2,3x4...) forming a Grid.
I put different images into each cell, using RenderToTIEBitmapEx.
When I change the number of rows and cols, IŽd like to resize each image in the cells to your new cell coordinates.
How could I loop into each cell, take your bitmap and resize it to the new cell size?
Please, some help will be wellcome.

Regards,

Luiz
6   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jun 27 2011 : 22:51:04
Hi Luiz

Yes, that is correct, only TImageEnVect can handle vectorial images (I had thought that perhaps you were only designing an image grid for printing).



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
jwest Posted - Jun 27 2011 : 16:00:41
Hi,

My problem with TImageEnMview is that I need forward changes in Timageenvect(used to edit vectorial,flip...) back to TImageEnMview. But I think, ImageEnMView is not ablle to show vectorial objects.

Thank you for your advice,

Luiz
xequte Posted - Jun 26 2011 : 16:16:23
Also, have you considered whether you were better to use a TImageEnMView? It supports displaying photos in grid format and they can then be printed using TImageEnMView.MIO.PrintImages:

http://www.imageen.com/help/TImageEnMIO.PrintImages.html

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
fab Posted - Jun 26 2011 : 12:01:53
>When I change the number of rows and cols, IŽd like to resize each image
>in the cells to your new cell coordinates.
>How could I loop into each cell, take your bitmap and resize it to the new cell size?

Why not just re-execute the code used to draw the initial grid with the new parameters?
jwest Posted - Jun 26 2011 : 06:29:40
Hi,

First, I want to do it on Screen. The next step, IŽd like to print.

Regards,

Luiz
xequte Posted - Jun 25 2011 : 22:11:50
Hi Luiz

Firstly, can I ask what your purpose is in doing this? E.g. is it for printing purposes?



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com