Getting started with GDI+

This section shows how to get started using Windows GDI+ in a standard C++ Windows application. Drawing lines and strings are two of the simplest tasks you can perform in GDI+. The following topics discuss these two tasks:

Drawing a Line

Drawing a String