C
C#14mo ago
Callum

C# Image Resizing on Visual Studio Code

I've tried both 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 <:PI_KekWSob:912557235614396446> this is what it looks like currently:
No description
No description
No description
2 Replies
Callum
CallumOP14mo ago
the dimensions of the png's themselves are:
No description
codelol
codelol14mo ago
PictureBoxSizeMode.Fill? Nvm that that doesn't exist

Did you find this page helpful?