I have an image on my .NET windows form, and I want to scale it by a percentage, that way it can fit properly in any window size. I got bard to put some code in, but the variable 'image' is valued as null. How do I fix this to get it working? (The image is picturebox1)