--- title: "How to: Transform Points and Vectors" ms.date: "03/30/2017" helpviewer_keywords: - "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]" ms.assetid: 9fff2742-9162-46be-bc88-310fc3900af4 --- # How to: Transform Points and Vectors This example shows how to use a to transform and objects. ## Example [!code-csharp[MatrixExamples_snip#MatrixTransformExamples_csharp](~/samples/snippets/csharp/VS_Snippets_Wpf/MatrixExamples_snip/CSharp/MatrixExample.cs#matrixtransformexamples_csharp)]