Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 2.7 KB

TransformExtensions.md

File metadata and controls

40 lines (30 loc) · 2.7 KB
title author description keywords dev_langs
Transform Extensions
michael-hawker
Learn about Transform extensions. Transform extensions provide the ability to retrieve the Matrix of the transform.
windows 10, uwp, windows community toolkit, uwp community toolkit, uwp toolkit, Extensions, matrix, transform, rotate, skew, scale, RotateTransform, Value, ScaleTransform, SkewTransform, TranslateTransform
csharp

Transform Extensions

The Transform Extensions (RotateTransformExtensions, ScaleTransformExtensions, SkewTransformExtensions, and TranslateTransformExtensions) provide the ability to retrieve the Matrix of the transform. This is similar to the Value property on the System.Windows.Media.Transform class.

Methods

Methods Return Type Description
GetMatrix Matrix Returns the matrix representation of the transform.

Requirements (Windows 10 Device Family)

Device family Universal, 10.0.16299.0 or higher
Namespace Microsoft.Toolkit.Uwp.UI
NuGet package Microsoft.Toolkit.Uwp.UI

API Source Code

Related Topics