Click or drag to resize
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
C#
public Matrix3x2 TransformMatrix { get; set; }

Property Value

Type: Matrix3x2
See Also