Permalink
Fetching contributors…
Cannot retrieve contributors at this time
74 lines (58 sloc) 3.32 KB
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
Getting Started with Graphics Programming
03/30/2017
.net-framework
dotnet-winforms
article
jsharp
graphics, getting started
getting started, graphics programming
examples [Windows Forms], graphics
drawing
eb0f6d6f-9e52-4167-9592-ff4b82fb5869
11
dotnet-bot
dotnetcontent
wpickett

Getting Started with Graphics Programming

This section shows how to get started using [!INCLUDEndptecgdiplus] in a Windows Forms application. The following topics show how to complete several [!INCLUDEndptecgdiplus] tasks such as drawing and filling shapes and text.

In This Section

How to: Create Graphics Objects for Drawing
Shows how to create a xref:System.Drawing.Graphics object for drawing.

How to: Create a Pen
Shows how to create a pen.

How to: Set the Color of a Pen
Demonstrates how to set the color of a pen.

How to: Create a Solid Brush
Describes how to create a solid brush.

How to: Draw a Line on a Windows Form
Demonstrates how to draw a line.

How to: Draw an Outlined Shape
Describes how to draw a shape.

How to: Draw a Filled Rectangle on a Windows Form
Explains how to draw a rectangle.

How to: Draw a Filled Ellipse on a Windows Form
Shows how to draw a filled ellipse.

How to: Draw Text on a Windows Form
Describes how to draw text.

How to: Draw Vertical Text on a Windows Form
Shows how to draw vertical text.

How to: Render Images with GDI+
Demonstrates how to draw images.

How to: Create a Shaped Windows Form
Explains how to change the shape of a form.

How to: Copy Pixels for Reducing Flicker in Windows Forms
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.