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
 Rotate Layers but bitmap not rotated?

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
AndyColmes Posted - Jan 25 2013 : 02:02:46
I am using ImageEnVect.Layers[ 0 ].Rotate and although the layer is shown as rotated the bitmap is not when I tried to assign the bitmap to another TImageEnView. How do I make sure that the bitmap is rotated when the layer is rotated?

Thanks.
2   L A T E S T    R E P L I E S    (Newest First)
AndyColmes Posted - Jan 25 2013 : 11:14:32
Thank you William. I will give that a try.
w2m Posted - Jan 25 2013 : 06:44:56
LayersFixRotations rotates the bitmap associated to each layer (or the specified layer) to the actual rotation angle.

ImageEnVect.Layers[0].Rotate;
ImageEnVect.LayersFixRotations(0);

William Miller
Email: w2m@frontiernet.net
EBook: http://www.imageen.com/ebook/
Apprehend: http://www.frontiernet.net/~w2m/index.html