mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-07 07:56:07 +02:00
* net-current-v30plus-md.md * net-current-v40plus-md.md * tla2sharptla-ui-md.md * tla2sharptla-uiautomation-md.md * tla2sharptla-winclient-md.md * tla2sharptla-xaml-md.md * tlasharptla-ui-md.md * tlasharptla-uiautomation-md.md * tlasharptla-winclient-md.md * tlasharptla-xaml-md.md * fix warnings
34 lines
1.4 KiB
Markdown
34 lines
1.4 KiB
Markdown
---
|
|
title: "Graphics How-to Topics"
|
|
ms.date: "03/30/2017"
|
|
f1_keywords:
|
|
- "AutoGeneratedOrientationPage"
|
|
helpviewer_keywords:
|
|
- "graphic effects [WPF]"
|
|
- "graphics [WPF], how-to topics"
|
|
- "visual effects [WPF]"
|
|
ms.assetid: 959cb1cc-d26c-4bbc-b637-251091987288
|
|
---
|
|
# Graphics How-to Topics
|
|
The following topics demonstrate how to use the graphic capabilities of the Windows Presentation Foundation (WPF).
|
|
|
|
## In This Section
|
|
[Animate a Rectangle](how-to-animate-a-rectangle.md)
|
|
[Animate the Position of an Object by Using PointAnimation](how-to-animate-the-position-of-an-object-by-using-pointanimation.md)
|
|
[Transform Points and Vectors](how-to-transform-points-and-vectors.md)
|
|
[Extend Glass Frame Into a WPF Application](extend-glass-frame-into-a-wpf-application.md)
|
|
[How to: Improve Rendering Performance by Caching an Element](how-to-improve-rendering-performance-by-caching-an-element.md)
|
|
[How to: Use a Cached Element as a Brush](how-to-use-a-cached-element-as-a-brush.md)
|
|
|
|
## See also
|
|
|
|
- <xref:System.Windows.Shapes.Shape>
|
|
- <xref:System.Windows.Media.Transform>
|
|
- <xref:System.Windows.Media.Imaging.BitmapImage>
|
|
- <xref:System.Windows.Media.Geometry>
|
|
- <xref:System.Windows.Media.Drawing>
|
|
- <xref:System.Windows.Media.Brush>
|
|
- <xref:System.Windows.Media.Effects.BitmapEffect>
|
|
- [Graphics and Multimedia](index.md)
|
|
- [WPF Graphics Rendering Overview](wpf-graphics-rendering-overview.md)
|