ScaleTransformExtensions.GetMatrix(ScaleTransform) 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.ScaleTransform transform);
static member GetMatrix : Windows.UI.Xaml.Media.ScaleTransform -> Windows.UI.Xaml.Media.Matrix
<Extension()>
Public Function GetMatrix (transform As ScaleTransform) As Matrix
Parameters
- transform
- Windows.UI.Xaml.Media.ScaleTransform
Extended SkewTransform.
Returns
Matrix representing transform.