In my application a canvas object has height = 90 px & width = 86400 px (indicating number of seconds in a day [60 * 60 * 24] ). The canvas is scrollable and the user can add or delete components in that.
Now, I want to have snapshot of the whole canvas & shrink it to size 910x30 to draw taken snapshot in another canvas.
Can anybody tell me how to take snapshot of such large Component?
I have tried to take snapshot in BitmapData object but as it max width is 2880 can not give whole canvas snapshot.
Is there any other Idea possible, if yes please let me know.
Suggestions are welcome.