mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 07:56:06 +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
32 lines
1.3 KiB
Markdown
32 lines
1.3 KiB
Markdown
---
|
|
title: "Drawings How-to Topics"
|
|
ms.date: "03/30/2017"
|
|
f1_keywords:
|
|
- "AutoGeneratedOrientationPage"
|
|
helpviewer_keywords:
|
|
- "ImageDrawing objects [WPF]"
|
|
- "GlyphRunDrawing objects [WPF]"
|
|
- "GeometryDrawing objects [WPF]"
|
|
- "drawings [WPF], how-to topics"
|
|
- "Drawing objects [WPF]"
|
|
- "DrawingGroup objects [WPF]"
|
|
ms.assetid: 5f445633-529c-4091-8a2c-13035ac8c41b
|
|
---
|
|
# Drawings How-to Topics
|
|
The topics in this section describe how to use <xref:System.Windows.Media.Drawing> objects to draw shapes, images, or text.
|
|
|
|
## In This Section
|
|
[Apply a GuidelineSet to a Drawing](how-to-apply-a-guidelineset-to-a-drawing.md)
|
|
[Create a Composite Drawing](how-to-create-a-composite-drawing.md)
|
|
[Create a GeometryDrawing](how-to-create-a-geometrydrawing.md)
|
|
[Draw an Image Using ImageDrawing](how-to-draw-an-image-using-imagedrawing.md)
|
|
[Play Media using a VideoDrawing](how-to-play-media-using-a-videodrawing.md)
|
|
[Use a Drawing as an Image Source](how-to-use-a-drawing-as-an-image-source.md)
|
|
|
|
## See also
|
|
|
|
- <xref:System.Windows.Media.Drawing>
|
|
- [WPF Graphics Rendering Overview](wpf-graphics-rendering-overview.md)
|
|
- [Shapes and Basic Drawing in WPF Overview](shapes-and-basic-drawing-in-wpf-overview.md)
|
|
- [Graphics and Multimedia](index.md)
|