Transform2DEffectTransformMatrix Property |
Gets or sets the 3x2 affine transform matrix. Default value is the identity matrix.
Namespace:
Microsoft.Graphics.Canvas.Effects
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public Matrix3x2 TransformMatrix { get; set; }
Property Value
Type:
Matrix3x2See Also