javascript - How to find a Coordinate of a point on Image after zoom -


I have an image that zooms on the mouse wheel. I want to put another image on that image and I want it once when I zoom the first image, then my second image goes to the same point of the image on which it is lying first. In short, I want to know the coordination of the point of the image on the zoom.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -