K
kimiraikkonen
Hi,
Here is a very interesting issue,
Assume i have picturebox and loaded a image into picturebox, however
whenever i want to rotate image using:
'For example 90 degree
PictureBox1.Image.RotateFlip(RotateFlipType.Rotate90FlipX)
This rotation takes effect on picturebox after i minimize - remaximize
form OR after i drag form somewhere outside the screen the re-bring to
a visible location on the screen.
If i don't drag form somewhere outside the screen OR minimize then re-
bring to normal window position.
Is this a bug or how can i overcome this?
Thanks a lot!
Here is a very interesting issue,
Assume i have picturebox and loaded a image into picturebox, however
whenever i want to rotate image using:
'For example 90 degree
PictureBox1.Image.RotateFlip(RotateFlipType.Rotate90FlipX)
This rotation takes effect on picturebox after i minimize - remaximize
form OR after i drag form somewhere outside the screen the re-bring to
a visible location on the screen.
If i don't drag form somewhere outside the screen OR minimize then re-
bring to normal window position.
Is this a bug or how can i overcome this?
Thanks a lot!