Transform3DEffect.TransformMatrix 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
Syntaxpublic Matrix4x4 TransformMatrix { get; set; }
Property Value
Type:
Matrix4x4
RemarksDefault value is 4x4 identity matrix.
See Also