mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 16:06:07 +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
36 lines
1.8 KiB
Markdown
36 lines
1.8 KiB
Markdown
---
|
|
title: "Geometries How-to Topics"
|
|
ms.date: "03/30/2017"
|
|
f1_keywords:
|
|
- "AutoGeneratedOrientationPage"
|
|
helpviewer_keywords:
|
|
- "geometry classes [WPF]"
|
|
ms.assetid: 83873331-b013-472e-8197-8ba993dd242f
|
|
---
|
|
# Geometries How-to Topics
|
|
The topics in this section demonstrate how to use <xref:System.Windows.Media.Geometry> objects in your applications.
|
|
|
|
## In This Section
|
|
[Animate an EllipseGeometry](how-to-animate-an-ellipsegeometry.md)
|
|
[Animate the Size of an ArcSegment](how-to-animate-the-size-of-an-arcsegment.md)
|
|
[Control the Fill of a Composite Shape](how-to-control-the-fill-of-a-composite-shape.md)
|
|
[Create a Combined Geometry](how-to-create-a-combined-geometry.md)
|
|
[Create a Composite Shape](how-to-create-a-composite-shape.md)
|
|
[Create a Cubic Bezier Curve](how-to-create-a-cubic-bezier-curve.md)
|
|
[Create a Line Using a LineGeometry](how-to-create-a-line-using-a-linegeometry.md)
|
|
[Create a LineSegment in a PathGeometry](how-to-create-a-linesegment-in-a-pathgeometry.md)
|
|
[Create a Shape by Using a PathGeometry](how-to-create-a-shape-by-using-a-pathgeometry.md)
|
|
[Create a Shape Using a StreamGeometry](how-to-create-a-shape-using-a-streamgeometry.md)
|
|
[Create a Quadratic Bezier Curve](how-to-create-a-quadratic-bezier-curve.md)
|
|
[Create an Elliptical Arc](how-to-create-an-elliptical-arc.md)
|
|
[Create Multiple Subpaths Within a PathGeometry](how-to-create-multiple-subpaths-within-a-pathgeometry.md)
|
|
[Define a Rectangle Using a RectangleGeometry](how-to-define-a-rectangle-using-a-rectanglegeometry.md)
|
|
[Round the Corners of a RectangleGeometry](how-to-round-the-corners-of-a-rectanglegeometry.md)
|
|
|
|
## See also
|
|
|
|
- <xref:System.Windows.Media.Brushes>
|
|
- <xref:System.Windows.Shapes.Shape>
|
|
- [Shapes and Basic Drawing in WPF Overview](shapes-and-basic-drawing-in-wpf-overview.md)
|
|
- [Graphics and Multimedia](index.md)
|