| title | ms.custom | ms.date | ms.prod | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | dev_langs | helpviewer_keywords | ms.assetid | caps.latest.revision | author | ms.author | manager | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
About GDI+ Managed Code |
03/30/2017 |
.net-framework |
|
article |
|
|
a98a76ab-e455-49c9-891c-0491ac932f2c |
21 |
dotnet-bot |
dotnetcontent |
wpickett |
About GDI+ Managed Code
[!INCLUDEndptecgdiplus] is the portion of the Windows operating system that provides two-dimensional vector graphics, imaging, and typography. [!INCLUDEndptecgdiplus] improves on [!INCLUDEndptecgdi] (the Graphics Device Interface included with earlier versions of Windows) by adding new features and by optimizing existing features.
The [!INCLUDEndptecgdiplus] managed class interface (a set of wrappers) is part of the [!INCLUDEdnprdnshort], an environment for building, deploying, and running XML Web services and other applications.
This section provides information about the [!INCLUDEndptecgdiplus] 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 [!INCLUDEndptecgdiplus].
Reference
xref:System.Drawing.Graphics?displayProperty=nameWithType
Describes this class and has links to all its members.
xref:System.Drawing.Image?displayProperty=nameWithType
Describes this class and has links to all its members.
xref:System.Drawing.Bitmap?displayProperty=nameWithType,
Describes this class and has links to all its members.
xref:System.Drawing.Imaging.Metafile?displayProperty=nameWithType,
Describes this class and has links to all its members.
xref:System.Drawing.Font?displayProperty=nameWithType,
Describes this class and has links to all its members.
xref:System.Drawing.Brush?displayProperty=nameWithType,
Describes this class and has links to all its members.
xref:System.Drawing.Color?displayProperty=nameWithType,
Describes this class and has links to all its members.
xref:System.Drawing.Drawing2D.Matrix?displayProperty=nameWithType
Describes this class and has links to all its members.
xref:System.Windows.Forms.TextRenderer?displayProperty=nameWithType
Describes this class and has links to all its members.
Related Sections
Using Managed Graphics Classes.
Contains links to topics that demonstrate how to use the Graphics programming interface.