I need to zoom an image in the PictureBox control. What's the easiest way to do it?
I also select a rectangle on the image, so it needs to be zoomed with the image.
The alternative: I tried to use Kodak ImegeEdit control, zooms great , but it doesn't have a method to read color values of pixels as Picture Box does(Point method). Does anybody know how to do it with the ImageEdit control?