Shapes

Windows Presentation Foundation (WPF) provides support for drawing basic shapes using the Shape class. Shape objects derive from FrameworkElement and as such, participate in the layout system and can be drawn simply using Extensible Application Markup Language (XAML).

In This Section

See Also

Concepts

Optimizing Performance: 2D Graphics and Imaging

WPF Graphics, Animation, and Media Overview

Reference

Shape

Other Resources

Shapes Samples