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:
Andy De George
2020-09-04 09:46:28 -07:00
committed by GitHub
parent dba50d6bf1
commit da363692ff
8215 changed files with 508408 additions and 11 deletions
@@ -0,0 +1,29 @@
---
title: "Shapes"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "shapes [WPF]"
- "drawing [WPF], shapes"
- "Geometry objects [WPF]"
- "transforming Shapes [WPF]"
- "graphics [WPF], Shape objects"
- "painting Shapes [WPF]"
- "Path objects [WPF]"
- "stretchable Shapes [WPF]"
- "Shape objects [WPF]"
ms.assetid: 893253b8-c2df-4f22-961d-cbc533d64c79
---
# Shapes
[!INCLUDE[TLA#tla_winclient](../../../includes/tlasharptla-winclient-md.md)] provides support for drawing basic shapes using the <xref:System.Windows.Shapes.Shape> class. Shape objects derive from <xref:System.Windows.FrameworkElement> and as such, participate in the layout system and can be drawn simply using [!INCLUDE[TLA#tla_xaml](../../../includes/tlasharptla-xaml-md.md)].
## In This Section
[Shapes and Basic Drawing in WPF Overview](shapes-and-basic-drawing-in-wpf-overview.md)
[How-to Topics](shapes-how-to-topics.md)
## See also
- <xref:System.Windows.Shapes.Shape>
- [2D Graphics and Imaging](../advanced/optimizing-performance-2d-graphics-and-imaging.md)
- [Graphics and Multimedia](index.md)