Matrix3D Properties

Matrix3D Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The Matrix3D type exposes the following members.

  NameDescription
Public property HasInverse Gets a value that indicates whether this Matrix3D is invertible.
Public property Static member Identity Changes a Matrix3D structure into an identity Matrix3D.
Public property IsIdentity Determines whether this Matrix3D structure is an identity Matrix3D.
Public property M11 Gets or sets the value of the first row and first column of this Matrix3D.
Public property M12 Gets or sets the value of the first row and second column of this Matrix3D.
Public property M13 Gets or sets the value of the first row and third column of this Matrix3D.
Public property M14 Gets or sets the value of the first row and fourth column of this Matrix3D.
Public property M21 Gets or sets the value of the second row and first column of this Matrix3D.
Public property M22 Gets or sets the value of the second row and second column of this Matrix3D.
Public property M23 Gets or sets the value of the second row and third column of this Matrix3D.
Public property M24 Gets or sets the value of the second row and fourth column of this Matrix3D.
Public property M31 Gets or sets the value of the third row and first column of this Matrix3D.
Public property M32 Gets or sets the value of the third row and second column of this Matrix3D.
Public property M33 Gets or sets the value of the third row and third column of this Matrix3D.
Public property M34 Gets or sets the value of the third row and fourth column of this Matrix3D.
Public property M44 Gets or sets the value of the fourth row and fourth column of this Matrix3D.
Public property OffsetX Gets or sets the value of the fourth row and first column of this Matrix3D.
Public property OffsetY Gets or sets the value of the fourth row and second column of this Matrix3D.
Public property OffsetZ Gets or sets the value of the fourth row and third column of this Matrix3D.
Top

Show:
© 2017 Microsoft