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
811 B
811 B
title, ms.date, helpviewer_keywords, ms.assetid
| title | ms.date | helpviewer_keywords | ms.assetid | ||||||
|---|---|---|---|---|---|---|---|---|---|
| How to: Transform Points and Vectors | 03/30/2017 |
|
9fff2742-9162-46be-bc88-310fc3900af4 |
How to: Transform Points and Vectors
This example shows how to use a xref:System.Windows.Media.Matrix to transform xref:System.Windows.Point and xref:System.Windows.Vector objects.
Example
[!code-csharpMatrixExamples_snip#MatrixTransformExamples_csharp]