| View previous topic :: View next topic |
| Author |
Message |
ClayMan Member
Joined: 22 Sep 2004 Posts: 1
|
Posted: 22/09/04 15:10 Post subject: RotateImage Component - Save Rotated Image |
|
|
Hello,
I need to know how to save the newly rotated image, it always saves the original non-rotated image back to file. I am using Delphi5 Win2000.
Thanks,
ClayMan |
|
| Back to top |
|
 |
Johnny_Bit Moderator
Joined: 15 Jun 2003 Posts: 171
|
Posted: 22/09/04 19:06 Post subject: |
|
|
simple - it rotates image to canvas. analyze code, find way to do it, write it.
but it's just half hour work ... |
|
| Back to top |
|
 |
Kambiz Administrator
Joined: 07 Mar 2003 Posts: 513 Location: Tehran, Iran
|
Posted: 23/09/04 12:09 Post subject: |
|
|
| It's much more simpler. To access to the rotated image, use the RotatedBitmap property of the component. |
|
| Back to top |
|
 |
Johnny_Bit Moderator
Joined: 15 Jun 2003 Posts: 171
|
Posted: 25/09/04 14:50 Post subject: |
|
|
| by analyzing code he would find out RotatedBitmap ... but... |
|
| Back to top |
|
 |
|