I have a need to create an Image at run time and save it on the server. For the sake of example, lets say I'm creating just a basic rectangle. This rectangle image will be a .png file. How would I do this with C# code in an ASP.NET MVC 4 app?
I'm trying to learn how to draw basic images in C# however, I'm not sure where to start. Can someone point me to a basic sample of drawing a a rectangle?