Files
docs-desktop/dotnet-desktop-guide/framework/wpf/graphics-multimedia/geometries.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

28 lines
911 B
Markdown

---
title: "Geometries"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "2D graphics [WPF]"
- "geometry classes [WPF]"
- "clipping regions defined [WPF]"
- "hit-test objects [WPF]"
ms.assetid: 47ad531d-a4da-4e99-b12e-1de710c32493
---
# Geometries
<xref:System.Windows.Media.Geometry> is a versatile class, used to render 2D graphics, hit-test objects, and define clipping regions
## In This Section
[Path Markup Syntax](path-markup-syntax.md)
[Geometry Overview](geometry-overview.md)
[How-to Topics](geometries-how-to-topics.md)
## See also
- <xref:System.Windows.Media.Brushes>
- <xref:System.Windows.Shapes.Shape>
- [2D Graphics and Imaging](../advanced/optimizing-performance-2d-graphics-and-imaging.md)
- [Shapes and Basic Drawing in WPF Overview](shapes-and-basic-drawing-in-wpf-overview.md)
- [Graphics and Multimedia](index.md)