I would like to zoom the image to particular portion(user input coordinates) of the image.
When I click on a button I would like to zoom the image to particular coordinates of the image.
Can anyone help me out to find the zoom function?
I would like to zoom the image to particular portion(user input coordinates) of the image.
When I click on a button I would like to zoom the image to particular coordinates of the image.
Can anyone help me out to find the zoom function?
Use view.setPivot before view.setScale
If you arent targeting API 11+ theres a calculation that took me 4 attempts along of 3 years to make it work, if you need it I can search after.