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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
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
 Rotate Layers but bitmap not rotated?
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

AndyColmes

USA
351 Posts

Posted - Jan 25 2013 :  02:02:46  Show Profile  Reply
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.

w2m

USA
1990 Posts

Posted - Jan 25 2013 :  06:44:56  Show Profile  Reply
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
Go to Top of Page

AndyColmes

USA
351 Posts

Posted - Jan 25 2013 :  11:14:32  Show Profile  Reply
Thank you William. I will give that a try.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: