Hi,
I have a project in which I have to draw a graphic. So I have to calculate the positions and then draw it. I would like the user to be able to display in a small rectangle the position of the point he is pointing with his mouse. That is already done.
The thing is that I have this result :
I would like to save the display I have from the graphic to display it instantly and not recalculate everything every time. And of course let only one box at a time displayed.
How can I do that ?