Click or drag to resize
Transform3DEffectTransformMatrix Property
Gets or sets 4x4 transform matrix applied to the projection plane.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public Matrix4x4 TransformMatrix { get; set; }

Property Value

Type: Matrix4x4
Remarks

Default value is 4x4 identity matrix.

See Also