Hi,
In my application a canvas object have height=90 px & width =86400 px (indicating 24 hrs 1sex/pixel). The canvas is scrollable and User can add delete components in that.
Now, i want to have snapshot of 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 plz let me know.
Suggestions are welcome.