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
 Rotation 3D

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
atwis Posted - Apr 11 2013 : 02:40:47
Please help me
How to get the process of 3D rotation (x, y, z) for a picture
Thanks for the input and suggestions

Atwis
6   L A T E S T    R E P L I E S    (Newest First)
w2m Posted - Apr 16 2013 : 05:59:59
I am not sure why you want this in a layer, but
in the demo all you have to do is add a layer:
while Test1Button.Down do
  begin
    i := 0;
    ilayer := ImageEnView1.LayersAdd;
    ImageEnView1.MouseInteract := [miMoveLayers, miResizeLayers];

William Miller
Email: w2m@frontiernet.net
EBook: http://www.imageen.com/ebook/
Apprehend: http://www.frontiernet.net/~w2m/index.html
atwis Posted - Apr 15 2013 : 21:32:36
Hai All,
Please help me
How to implement ProjectDraw in Layer ImageEnView

Thanks for the input and suggestions

Atwis
atwis Posted - Apr 14 2013 : 22:16:43
Thank you very much Nigel, how can I make this image spin at the sides of the image remains symmetrical, for example when we membuata turnaround at the picture on microsoft word.
Thanks for the input and suggestions

Atwis
xequte Posted - Apr 14 2013 : 21:06:02
Hi Atwis

Please see the demo in the \Display\ProjectDraw\ of your ImageEn folder.

Or at:

www.imageen.com/demos/

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
atwis Posted - Apr 14 2013 : 20:23:45
hi fabrizio is there an example?
Thanks for the input and suggestions

Atwis
fab Posted - Apr 13 2013 : 23:16:57
You could use ImageEnView.Proc.ProjectDraw() method.