About GDI+ Managed Code
GDI+ is the portion of the Windows XP operating system that provides two-dimensional vector graphics, imaging, and typography. GDI+ improves on GDI (the Graphics Device Interface included with earlier versions of Windows) by adding new features and by optimizing existing features.
The GDI+ managed class interface (a set of wrappers) is part of the .NET Framework, an environment for building, deploying, and running XML Web services and other applications.
This section provides information about the GDI+ API for programmers using managed code.
In This Section
- Lines, Curves, and Shapes
-
Discusses vector graphics.
- Images, Bitmaps, and Metafiles
-
Discusses the type of images available and how to work with them.
- Coordinate Systems and Transformations
-
Discusses how to transform graphics with GDI+.
Reference
- System.Drawing.Graphics
-
Describes this class and has links to all its members.
- System.Drawing.Image
-
Describes this class and has links to all its members.
- System.Drawing.Bitmap
-
Describes this class and has links to all its members.
- System.Drawing.Imaging.Metafile
-
Describes this class and has links to all its members.
- System.Drawing.Font
-
Describes this class and has links to all its members.
- System.Drawing.Brush
-
Describes this class and has links to all its members.
- System.Drawing.Color
-
Describes this class and has links to all its members.
- System.Drawing.Drawing2D.Matrix
-
Describes this class and has links to all its members.
- System.Windows.Forms.TextRenderer
-
Describes this class and has links to all its members.