So yeah, like Chris said, use the DrawImage overloads. To zoom 40% you need to multiply the width of the image by 0.4, so something like DrawImage???(myImage, myImage.Width*0.4...); I'm not sure on what the overloads actually are, or what parameters they take. You will of course be needing to draw the image yourself, rather than using a pictureBox.
My current favourite word is: Bacon!
-SK Genius
Game Programming articles start -here[^]-