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 |
|
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 | Return Type | Description |
---|---|---|
GetMatrix | Matrix | Returns the matrix representation of the transform. |
Device family | Universal, 10.0.16299.0 or higher |
---|---|
Namespace | Microsoft.Toolkit.Uwp.UI |
NuGet package | Microsoft.Toolkit.Uwp.UI |