Closed andysagar closed 4 years ago
When i change bitmap of image after doing some zoom and drag. how can i restore it same zoom and x y value of image ?
i tried this method to restore it. Imagescale is working fine but x and y value is not working currently
main_img.getAttacher() .setScale(scalevalue, sx, sy, false);
did you find a solution?
When i change bitmap of image after doing some zoom and drag. how can i restore it same zoom and x y value of image ?
i tried this method to restore it. Imagescale is working fine but x and y value is not working currently
main_img.getAttacher() .setScale(scalevalue, sx, sy, false);