Files
docs-desktop/dotnet-desktop-guide/framework/winforms/advanced/lines-curves-and-shapes.md
T
Andy De George c0ba284473 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
2020-09-01 16:26:21 -07:00

1.9 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
Lines, Curves, and Shapes 03/30/2017
shapes [Windows Forms], filling
splines [Windows Forms], drawing
shapes. drawing
lines [Windows Forms], drawing
curves [Windows Forms], drawing
ace6e8d4-4e94-486b-9681-758a6667dc7f

Lines, Curves, and Shapes

The vector graphics portion of GDI+ is used to draw lines, draw curves, and to draw and fill shapes.

In This Section

Vector Graphics Overview
Discusses vector graphics.

Pens, Lines, and Rectangles in GDI+
Discusses drawing lines and rectangles.

Ellipses and Arcs in GDI+
Defines arcs and ellipses and identifies the classes needed to draw them.

Polygons in GDI+
Defines polygons and identifies the classes needed to draw them.

Cardinal Splines in GDI+
Defines cardinal splines and identifies the classes needed to draw them.

Bézier Splines in GDI+
Defines Bezier splines and identifies the classes needed to draw them.

Graphics Paths in GDI+
Describes paths and how to create and draw them.

Brushes and Filled Shapes in GDI+
Describes brush types and how to use them.

Open and Closed Curves in GDI+
Defines open and closed curves and how to draw and fill them.

Regions in GDI+
Describes the methods associated with regions.

Restricting the Drawing Surface in GDI+
Describes clipping and how to use it.

Antialiasing with Lines and Curves
Defines antialiasing and how use antialiasing when drawing lines and curves.