All Tags »
imgxctrl »
zoom
Sorry, but there are no more tags available to filter with.
-
Hi
I load a image in the control, autozoom true. I have a button to zoom in. As scrollleft and scrolltop stay to 0, when zooming, the top left corner stay the reference and the image seems to go right down.
I try to correct it with some code like scroollleft = image.widht * (new zoom ratio) - image.widht * (original zoom ratio) / 2.... doesn't ...