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,60 @@
---
title: "Getting Started with Graphics Programming"
description: Get started using GDI+ in a Windows Forms application. Learn how to complete several GDI+ tasks, such as drawing and filling shapes and text.
ms.date: "03/30/2017"
helpviewer_keywords:
- "graphics [Windows Forms], getting started"
- "getting started [Windows Forms], graphics programming"
- "examples [Windows Forms], graphics"
- "drawing"
ms.assetid: eb0f6d6f-9e52-4167-9592-ff4b82fb5869
---
# Getting Started with Graphics Programming
This section shows how to get started using GDI+ in a Windows Forms application. The following topics show how to complete several GDI+ tasks such as drawing and filling shapes and text.
## In This Section
[How to: Create Graphics Objects for Drawing](how-to-create-graphics-objects-for-drawing.md)
Shows how to create a <xref:System.Drawing.Graphics> object for drawing.
[How to: Create a Pen](how-to-create-a-pen.md)
Shows how to create a pen.
[How to: Set the Color of a Pen](how-to-set-the-color-of-a-pen.md)
Demonstrates how to set the color of a pen.
[How to: Create a Solid Brush](how-to-create-a-solid-brush.md)
Describes how to create a solid brush.
[How to: Draw a Line on a Windows Form](how-to-draw-a-line-on-a-windows-form.md)
Demonstrates how to draw a line.
[How to: Draw an Outlined Shape](how-to-draw-an-outlined-shape.md)
Describes how to draw a shape.
[How to: Draw a Filled Rectangle on a Windows Form](how-to-draw-a-filled-rectangle-on-a-windows-form.md)
Explains how to draw a rectangle.
[How to: Draw a Filled Ellipse on a Windows Form](how-to-draw-a-filled-ellipse-on-a-windows-form.md)
Shows how to draw a filled ellipse.
[How to: Draw Text on a Windows Form](how-to-draw-text-on-a-windows-form.md)
Describes how to draw text.
[How to: Draw Vertical Text on a Windows Form](how-to-draw-vertical-text-on-a-windows-form.md)
Shows how to draw vertical text.
[How to: Render Images with GDI+](how-to-render-images-with-gdi.md)
Demonstrates how to draw images.
[How to: Create a Shaped Windows Form](how-to-create-a-shaped-windows-form.md)
Explains how to change the shape of a form.
[How to: Copy Pixels for Reducing Flicker in Windows Forms](how-to-copy-pixels-for-reducing-flicker-in-windows-forms.md)
Explains how to copy pixels from one area to another.
## Reference
<xref:System.Drawing>
Describes this namespace and has links to all its members.
<xref:System.Windows.Forms>
Describes this namespace and has links to all of its members.