Basic of GDI+ and Graphics in ASP.NET
In this article, I will explain about GDI+ in .NET Framework. If you haven"t heard about GDI+, then GDI+ is a set of classes in .NET framework that deal with graphics. You can use GDI+ to draw custom drawing on the screen. GDI provides a layer of abstraction, hiding the differences between different video cards.
