I'm a newbie at .NET development, and I've been working on an app in Visual C# express 2010 that draws shapes and automatically resizes the shapes when the window resizes, which will eventually be used to show how triangles can be tesselated by rotation. When I test it, I find that when I make the window bigger, there is a malfunction of sorts with the graphics that makes it appear chopped up. I've noticed that if the window is minimized and then brought up again, the graphics are okay, but I don't want any average viewer of this app to have to minimize it every time the size is changed.
Here is a link to the current state of my app, just to show what I mean:
http://dl.dropbox.com/u/20446902/firstDrawingTest.zip
How can I fix this problem?
Here is a link to the current state of my app, just to show what I mean:
http://dl.dropbox.com/u/20446902/firstDrawingTest.zip
How can I fix this problem?