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