Correct way to use a matrix to zoom an imageview around a focal point
问题 Let me start off by saying I've read through a fair amount of zoom questions and recalculating coordinates on here. But I can't seem to apply them to my situation. I have a custom ImageView class that can zoom and scroll. The problem I am having comes from doing the following in this order: Zooming in on a point, and using that point as a focal point (this works) Scrolling while still zoomed in Trying to zoom either in/out on a different point ( doesn't work ) Here is a example of the custom