ComponentOne Bitmap for UWP
IsIdentity Property (Matrix4x4)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure : IsIdentity Property
Gets a value indicating whether this instance is an identity matrix.
Syntax
'Declaration
 
Public ReadOnly Property IsIdentity As System.Boolean
public System.bool IsIdentity {get;}

Property Value

true if this instance is an identity matrix; otherwise, false.
See Also

Reference

Matrix4x4 Structure
Matrix4x4 Members