mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
* 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
28 lines
911 B
Markdown
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)
|