How do I resize an image in a picture box. But only in the picture box, so that when I go to save the image it's still full size. here's an example of my code.
{
bmpScreenshot =
gfxScreenshot =
gfxScreenshot.CopyFromScreen(
bmpScreenshot.Save(saveScreenshot.FileName,
}