Initial winforms content migrated (#18)

* Merge winforms framework content to working branch (#14)

* Breadcrumb / TOC / Move net5 to net folder (#15)

* change path from net5 to net

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Add .net 5 winforms placeholder article (#16)

* added some metadata and adjusted net5 placeholder

* corrections

* corrections

* corrections

* Test1

* Swapping landing page vs concept

* fix links

* Fix links

* Fix desc
This commit is contained in:
Andy De George
2020-09-01 16:26:21 -07:00
committed by GitHub
parent 1a27c9b107
commit c0ba284473
1557 changed files with 129980 additions and 13 deletions
@@ -0,0 +1,42 @@
---
title: "Graphics Overview"
ms.date: "03/30/2017"
helpviewer_keywords:
- "Windows Forms, graphics"
- "Windows Forms, GDI+"
- "graphics [Windows Forms], Windows Forms"
- "GDI+, Windows Forms"
- "graphics"
ms.assetid: 94084509-2c6f-477d-923b-d25d37a36b1c
---
# Graphics Overview (Windows Forms)
GDI+ is a Graphics Device Interface that enables programmers to write device-independent applications. The services of GDI+ are exposed through a set of managed classes.
## In This Section
[Overview of Graphics](overview-of-graphics.md)
Provides a general introduction to GDI+.
[Three Categories of Graphics Services](three-categories-of-graphics-services.md)
Describes the three categories that make up programming with GDI+.
[Structure of the Graphics Interface](structure-of-the-graphics-interface.md)
Describes the managed class interface of GDI+.
## Reference
<xref:System.Drawing>
Provides access to GDI+ basic graphics functionality.
<xref:System.Drawing.Drawing2D>
Provides advanced two-dimensional and vector graphics functionality.
<xref:System.Drawing.Imaging>
Provides advanced GDI+ imaging functionality.
<xref:System.Drawing.Text>
Provides advanced GDI+ typography functionality.
<xref:System.Drawing.Printing>
Provides print-related services.
<xref:System.Windows.Forms.TextRenderer>
Provides GDI text drawing and measuring functionality.