GDI+ Architecture

To program with GDI+, you need to understand a few basic concepts, and you must be familiar with how the key classes are organized into certain .NET namespaces. This section outlines the logical structure of GDI+ and the organization of the most important GDI+ classes. We begin with the basic concept of painting.

Windows Forms Painting

Although not directly part of GDI+, an important part of the story of drawing in Windows is the painting architecture of Windows Forms. The relevant classes and structures are in the Windows.Forms namespace.

The base class for objects with a visual representation is Control, which implements basic functionality needed for displaying information to the user. This class handles user input via the ...

Get Application Development Using Visual Basic® and .NET 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.