IsIdentity Property

Matrix3D.IsIdentity Property

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

Determines whether this Matrix3D structure is an identity Matrix3D.

Namespace:  System.Windows.Media.Media3D
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Public ReadOnly Property IsIdentity As Boolean

Property Value

Type: System.Boolean
true if the Matrix3D is an identity Matrix3D; otherwise, false. The default value is true.

In an identity matrix, all coefficients are 0 except the [1,1][2,2][3,3][4,4] coefficients, which are set to 1. The identity matrix differs from other matrices because when it is applied to vertices, they are unchanged. The identity matrix is used as the starting point for matrices that modify vertex values to create rotations, translations, and any other transformations that can be represented by a 4 × 4 matrix.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft