ScaleTransformExtensions.GetMatrix(ScaleTransform) Method

Definition

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.

Applies to