Summary

GDI+ is an improved version of Microsoft’s graphics device interface (GDI) API. In this chapter we learned how GDI+ is designed for use in both managed and unmanaged code. System.Drawing and its helper namespaces defined in the .NET Framework library provide a managed class wrapper to write managed GDI+ applications. We also learned the basics and definition of GDI+ and what major improvements are offered by GDI+ in comparison to GDI. At the end of this chapter, we took a quick look at the System.Drawing namespace and its subnamespaces, and classes defined in these namespaces.

Now that you’ve learned the basics of GDI+, the next step is to write a fully functional graphics application. In Chapter 2 you will learn how to write your first ...

Get Graphics Programming with GDI+ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.