Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.14 KB

File metadata and controls

30 lines (25 loc) · 1.14 KB
title description ms.date f1_keywords helpviewer_keywords ms.assetid
Shapes How-to Topics
Learn how to use Shape objects to draw basic shapes in Windows Presentation Foundation (WPF).
03/30/2017
AutoGeneratedOrientationPage
drawing [WPF], lines
shapes [WPF], how-to topics
Shape objects [WPF]
Shape types [WPF]
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
Draw an Ellipse or a Circle
Draw a Line
Draw a Polyline by Using the Polyline Element
Draw a Rectangle
Modify the Cap at the End of a Line or Segment

See also