I need to know the value of a pixel in a picture, but the picture can't be visible.
I tried the Point Method on an invisible PictureBox control. It returned -1, which according to MSDN Help means that the x and/or y coordinates were out of range.
Does anybody know anything that could help me with this? Thanks!
