Hi,
I have a constantly rotating image and i want to get the pixel at a specific point (where i click). The problem is that after the rotation the image won't update the bitmap with the new position, so the pixels will remain exactly the same whether the image is rotating or not. Is there a way to get the pixel at a given point while the image is rotating? Thanks in advance!!