XverhelstX Well-Known Member Licensed User Longtime User Apr 4, 2011 #1 Heey there. I have a question. How do you check if an imageview contains a certain image? For example: If img.bitmap = ... Then //perform code End if I cannot seem to find this. XverhelstX
Heey there. I have a question. How do you check if an imageview contains a certain image? For example: If img.bitmap = ... Then //perform code End if I cannot seem to find this. XverhelstX
Erel B4X founder Staff member Licensed User Longtime User Apr 5, 2011 #2 The way to do it is by holding a reference to the bitmap and then you can test whether the two references are equal (reference the same bitmap). Upvote 0
The way to do it is by holding a reference to the bitmap and then you can test whether the two references are equal (reference the same bitmap).