[RESOLVED] .NET 1.1 Resizing a Picture
Hi all,
I feel stupid right now, but I just cant get my head around that one or find some sample "c0d" ;) on the net. :blush: Probably caused by heavy World Cup celebrating :D
I have a picture Box sized to my Screen Resolution. Now I want to load a picture into that Picture Box and display it. All fine till here.
But if the Picture is larger than my screen, the Picture gets cut. (You only see some parts of it.) How can I resize my Picture to fit the Screen if it is larger than the screen? Of course I want to maintain the aspect ratio and I am aware that the picture will not fill the screen but I am trying to make it as large as possible and still show the whole picture.
Any hints are appreciated,
Thanks,
Stephan
Re: .NET 1.1 Resizing a Picture
Found a solution, this seems to work!
Sorry to have wasted your time.
http://www.devhood.com/Tutorials/tut...utorial_id=447
Regards,
Stephan