Hello,
I want to load an *.GIF image (dimensions: 50x30 pixels) into a invisible picturebox. -How can
I determine what RGB value the gif image has at position (x=37,y=31)?
I already know the RGB value at 37,31 is RGB(0,0,255) - But how can I read the value?
(I added a sample project.)
I want to load an *.GIF image (dimensions: 50x30 pixels) into a invisible picturebox. -How can
I determine what RGB value the gif image has at position (x=37,y=31)?
I already know the RGB value at 37,31 is RGB(0,0,255) - But how can I read the value?
(I added a sample project.)