Hi All,
I'm struggling to find a way to know which is the paper position at the end of panning operation. What I need to achieve is:
1. Graph starts from a specific position (like 0,0)
2. The user grab paper and move the graph in another position using panning
3. Here is what i need to know, which are the current paper coordinates because when the user goes back it wants to open the graph in the same position and not again at 0,0
I think the right way is to use the scroll method, but I was not able to find the right coordinates to provide.
Thank you for the help