mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-08 16:06:07 +02:00
Initial WPF content migrated (#17)
* Reset branch for WPF changes * Convert BMP to PNG; fix link-out-of-scope err * Add snippets for WPF... 6794 files!!!! * Add missing snippets * update file updated between migration * Fix paths to include * update breadcrumb and toc * fix index links * fix index links * fix index links * fix markdown
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
---
|
||||
title: "Shapes How-to Topics"
|
||||
ms.date: "03/30/2017"
|
||||
f1_keywords:
|
||||
- "AutoGeneratedOrientationPage"
|
||||
helpviewer_keywords:
|
||||
- "drawing [WPF], lines"
|
||||
- "shapes [WPF], how-to topics"
|
||||
- "Shape objects [WPF]"
|
||||
- "Shape types [WPF]"
|
||||
ms.assetid: 91a371f1-81e4-40da-ad61-ec24167152e6
|
||||
---
|
||||
# Shapes How-to Topics
|
||||
The topics in this section demonstrate how to use <xref:System.Windows.Shapes.Shape> objects to draw basic shapes to the screen.
|
||||
|
||||
## In This Section
|
||||
[Draw a Closed Shape by Using the Polygon Element](how-to-draw-a-closed-shape-by-using-the-polygon-element.md)
|
||||
[Draw an Ellipse or a Circle](how-to-draw-an-ellipse-or-a-circle.md)
|
||||
[Draw a Line](how-to-draw-a-line.md)
|
||||
[Draw a Polyline by Using the Polyline Element](how-to-draw-a-polyline-by-using-the-polyline-element.md)
|
||||
[Draw a Rectangle](how-to-draw-a-rectangle.md)
|
||||
[Modify the Cap at the End of a Line or Segment](how-to-modify-the-cap-at-the-end-of-a-line-or-segment.md)
|
||||
|
||||
## See also
|
||||
|
||||
- <xref:System.Windows.Shapes.Shape>
|
||||
- [Graphics and Multimedia](index.md)
|
||||
Reference in New Issue
Block a user