C# Image Resizing on Visual Studio Code
I've tried both
this is what it looks like currently:
newPic.SizeMode = PictureBoxSizeMode.StretchImage; and newPic.SizeMode = PictureBoxSizeMode.Zoom; to resize the image so that it fits perfectly into the picture box BUT it's still not big enough
this is what it looks like currently:

