hi, I am using getpixel associate with zoom feature for a picturebox.


I want to get the pixel "as is" after zooming the picture.

I am using the below properties of graphics object. It simply doesnot work for me. any ideas?

gphCrop.PixelOffsetMode = Drawing2D.PixelOffsetMode.HighQuality
gphCrop.InterpolationMode = Drawing2D.InterpolationMode.NearestNeighbor