This is a community forum. Please do not limit your questions to a single member.
Dim bmp As Bitmap = ImageView1.Bitmap
Log(bmp.GetPixel(10, 10))
This gives the pixel value of non scaled image.
I am changing the width and height of imageview1 and trying to get the pixel value from a zoomed imageview1. Let me know how I can get the value from scaled/zoomed imageview1.bitmap.