Previous Section   Next Section

Hour 9. Programming with Graphics

Visual C++ .NET has a new graphics API, GDI+, for use in developing graphically advanced applications. This new graphics API provides features to your applications that were not available previously, except through third-party vendors. These features include antialiasing, multiple graphic file formats, transparent brushes and pens, and many other features.

The GDI+ API is available to traditional unmanaged C++ applications and is also available through the .NET Framework. In this hour's lesson, you will learn how to write applications using both MFC and the .NET Framework with the GDI+ API.

Specifically, in this hour you will:


  Previous Section   Next Section
Top