Files
Andy De George da363692ff Initial WPF content migrated (#17)
* 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
2020-09-04 09:46:28 -07:00

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
Vector objects [WPF], transforming
transforming Point objects [WPF]
transforming Vector objects [WPF]
graphics [WPF], transforming Vector objects [WPF]
Point objects [WPF], transforming
graphics [WPF], transforming Point objects [WPF]
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]