Hey everyone,
This is something I cannot seem to figure out.
I have an image on the web that is 640*480 (h * w in pxl)
In my app I have a webview with size 200*150.
Now I want to zoom out on the webview so that you can see the image.
I can't figure out what this means:
How do I zoom in or out as in is a boolean?
Please don't say something like use an imageview or something, it's because the image constantly changes.
Thanks!
XverhelstX
This is something I cannot seem to figure out.
I have an image on the web that is 640*480 (h * w in pxl)
In my app I have a webview with size 200*150.
Now I want to zoom out on the webview so that you can see the image.
I can't figure out what this means:
Zoom (In As Boolean) As Boolean
Zooms in or out according to the value of In.
Returns true if zoom has changed.
How do I zoom in or out as in is a boolean?
Please don't say something like use an imageview or something, it's because the image constantly changes.
Thanks!
XverhelstX