Files
docs-desktop/dotnet-desktop-guide/framework/wpf/graphics-multimedia/shapes.md
T
Andy De George da363692ff 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
2020-09-04 09:46:28 -07:00

1.1 KiB

title, ms.date, f1_keywords, helpviewer_keywords, ms.assetid
title ms.date f1_keywords helpviewer_keywords ms.assetid
Shapes 03/30/2017
AutoGeneratedOrientationPage
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]
893253b8-c2df-4f22-961d-cbc533d64c79

Shapes

[!INCLUDETLA#tla_winclient] 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 [!INCLUDETLA#tla_xaml].

In This Section

Shapes and Basic Drawing in WPF Overview
How-to Topics

See also