mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-09 07:56:08 +02:00
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:
@@ -0,0 +1,50 @@
|
||||
---
|
||||
title: "Lines, Curves, and Shapes"
|
||||
ms.date: "03/30/2017"
|
||||
helpviewer_keywords:
|
||||
- "shapes [Windows Forms], filling"
|
||||
- "splines [Windows Forms], drawing"
|
||||
- "shapes. drawing"
|
||||
- "lines [Windows Forms], drawing"
|
||||
- "curves [Windows Forms], drawing"
|
||||
ms.assetid: 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](vector-graphics-overview.md)
|
||||
Discusses vector graphics.
|
||||
|
||||
[Pens, Lines, and Rectangles in GDI+](pens-lines-and-rectangles-in-gdi.md)
|
||||
Discusses drawing lines and rectangles.
|
||||
|
||||
[Ellipses and Arcs in GDI+](ellipses-and-arcs-in-gdi.md)
|
||||
Defines arcs and ellipses and identifies the classes needed to draw them.
|
||||
|
||||
[Polygons in GDI+](polygons-in-gdi.md)
|
||||
Defines polygons and identifies the classes needed to draw them.
|
||||
|
||||
[Cardinal Splines in GDI+](cardinal-splines-in-gdi.md)
|
||||
Defines cardinal splines and identifies the classes needed to draw them.
|
||||
|
||||
[Bézier Splines in GDI+](bezier-splines-in-gdi.md)
|
||||
Defines Bezier splines and identifies the classes needed to draw them.
|
||||
|
||||
[Graphics Paths in GDI+](graphics-paths-in-gdi.md)
|
||||
Describes paths and how to create and draw them.
|
||||
|
||||
[Brushes and Filled Shapes in GDI+](brushes-and-filled-shapes-in-gdi.md)
|
||||
Describes brush types and how to use them.
|
||||
|
||||
[Open and Closed Curves in GDI+](open-and-closed-curves-in-gdi.md)
|
||||
Defines open and closed curves and how to draw and fill them.
|
||||
|
||||
[Regions in GDI+](regions-in-gdi.md)
|
||||
Describes the methods associated with regions.
|
||||
|
||||
[Restricting the Drawing Surface in GDI+](restricting-the-drawing-surface-in-gdi.md)
|
||||
Describes clipping and how to use it.
|
||||
|
||||
[Antialiasing with Lines and Curves](antialiasing-with-lines-and-curves.md)
|
||||
Defines antialiasing and how use antialiasing when drawing lines and curves.
|
||||
Reference in New Issue
Block a user