GDI+ is a Graphic Device Interface that enables programmers to create graphics, drawing text, and manipulating graphical images on Windows application or ASP.NET Web application.
You can use GDI+ to render graphical images on ASP.NET Web pages.
GDI+ is a set of classes in the .NET Framework. To work with GDI+ we can use the System.Drawing namespace which provide direct access to GDI+ basic graphics functionality.
Below is the lists of GDI+ namespaces:
System.Drawing. It namespace provides access to GDI+ basic graphics functionality.
System.Drawing.Drawing2D. It namespace provide advanced two-dimensional and vector graphics functionality.
System.Drawing.Imaging. It namespace provides advanced GDI+ imaging functionality.
System.Drawing.Text. It namespace provides advanced GDI+ typography functionality.
System.Drawing.Printing. It namespace provides print-related services.
Using GDI+ you can work with three categories of graphics: