Skip to content

Commit

Permalink
Update shapes-and-basic-drawing-in-wpf-overview.md (#1855)
Browse files Browse the repository at this point in the history
  • Loading branch information
adegeo authored Jun 14, 2024
1 parent ac4a4cc commit 205cd48
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ This topic gives an overview of how to draw with <xref:System.Windows.Shapes.Sha

Windows Presentation Foundation (WPF) offers several layers of access to graphics and rendering services. At the top layer, <xref:System.Windows.Shapes.Shape> objects are easy to use and provide many useful features, such as layout and participation in the Windows Presentation Foundation (WPF) event system.

Shape-related types are in the `Windows.Shapes` namespace. Geometry-related types are in the `System.Windows.Media` namespace.

<a name="shapes"></a>

## Shape Objects
Expand Down

0 comments on commit 205cd48

Please sign in to comment.