SkewTransformExtensions.GetMatrix(SkewTransform) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the matrix that represents this transform. Implements WPF's SkewTransform.Value.
public static Windows.UI.Xaml.Media.Matrix GetMatrix (this Windows.UI.Xaml.Media.SkewTransform transform);
static member GetMatrix : Windows.UI.Xaml.Media.SkewTransform -> Windows.UI.Xaml.Media.Matrix
<Extension()>
Public Function GetMatrix (transform As SkewTransform) As Matrix
Parameters
- transform
- Windows.UI.Xaml.Media.SkewTransform
Extended SkewTranform.
Returns
Matrix representing transform.