-api-id | -api-type |
---|---|
T:Windows.UI.Xaml.Media.MatrixTransform |
winrt class |
Creates an arbitrary affine matrix transformation that is used to manipulate objects or coordinate systems in a two-dimensional plane.
<MatrixTransform .../>
<object property="m11, m12, m21, m22, offsetX, offsetY"/>
- or -
<object property="Identity"/>
This example transforms the position and skew of a rectangle using a MatrixTransform.
[!code-xamlmatrixtransform]