Basic of GDI+ and Graphics in ASP.NETIn 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.
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.