Edit

Share via


TranslateTransformExtensions.GetMatrix(TranslateTransform) Method

Definition

Gets the matrix that represents this transform. Implements WPF's TranslateTransform.Value.

public static Windows.UI.Xaml.Media.Matrix GetMatrix (this Windows.UI.Xaml.Media.TranslateTransform transform);
static member GetMatrix : Windows.UI.Xaml.Media.TranslateTransform -> Windows.UI.Xaml.Media.Matrix
<Extension()>
Public Function GetMatrix (transform As TranslateTransform) As Matrix

Parameters

transform
Windows.UI.Xaml.Media.TranslateTransform

Extended TranslateTranform.

Returns

Matrix representing transform.

Applies to