Android Question Touch on zoomimageview

vecino

Well-Known Member
Licensed User
Longtime User
Hello, is it possible to know in which position a user has touched the image of a zoomimageview?
To check, for example, the color of the point where he has touched.
Thank you.
 

vecino

Well-Known Member
Licensed User
Longtime User
Check the source code (unzip the b4xlib). You can get the coordinates with some modifications.
I have declared a couple of global variables and I can already know in which position (x,y) the user has clicked.
Now I want to know the color of that position, but at the moment I don't know how to do it.
Thank you.
 
Upvote 0
Top