Answer the question
In order to leave comments, you need to log in
How to remove image cropping in picturebox?
There is a picturebox in which a picture is loaded on button click and another 90 degree rotation on click
pictureBox1.Image.RotateFlip(RotateFlipType.Rotate90FlipNone);
pictureBox1.Refresh();
Answer the question
In order to leave comments, you need to log in
Should help
pictureBox1.SizeMode = PictureBoxSizeMode.StretchImage;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question