TranslateTransformExtensions.GetMatrix(TranslateTransform) 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 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.