mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 17:16:03 +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
30 lines
1.3 KiB
Markdown
30 lines
1.3 KiB
Markdown
---
|
|
title: "Visual Layer Programming How-to Topics"
|
|
ms.date: "03/30/2017"
|
|
f1_keywords:
|
|
- "AutoGeneratedOrientationPage"
|
|
helpviewer_keywords:
|
|
- "visual objects [WPF]"
|
|
- "rendering support with Visual objects [WPF]"
|
|
- "visual layer [WPF]"
|
|
ms.assetid: ac550423-60a3-43e6-a0bc-d65ef026e0cb
|
|
---
|
|
# Visual Layer Programming How-to Topics
|
|
The topics in this section demonstrate how to use the visual layer for hit-testing and low-level composition.
|
|
|
|
## In This Section
|
|
[Get the Offset of a Visual](how-to-get-the-offset-of-a-visual.md)
|
|
[Enumerate Drawing Content of a Visual](how-to-enumerate-drawing-content-of-a-visual.md)
|
|
[Hit Test Geometry in a Visual](how-to-hit-test-geometry-in-a-visual.md)
|
|
[Hit Test Using Geometry as a Parameter](how-to-hit-test-using-geometry-as-a-parameter.md)
|
|
[Hit Test Using a Win32 Host Container](how-to-hit-test-using-a-win32-host-container.md)
|
|
[Render on a Per Frame Interval Using CompositionTarget](how-to-render-on-a-per-frame-interval-using-compositiontarget.md)
|
|
|
|
## See also
|
|
|
|
- <xref:System.Windows.Media.Visual>
|
|
- <xref:System.Windows.Media.VisualTreeHelper>
|
|
- <xref:System.Windows.Media.DrawingVisual>
|
|
- [WPF Graphics Rendering Overview](wpf-graphics-rendering-overview.md)
|
|
- [Graphics and Multimedia](index.md)
|