Matrix.IsIdentity Property

Definition

Gets a value that indicates whether this Matrix struct is an identity matrix.

public:
 property bool IsIdentity { bool get(); };
public bool IsIdentity { get; }
member this.IsIdentity : bool
Public ReadOnly Property IsIdentity As Boolean

Property Value

true if the Matrix struct is an identity matrix; otherwise, false. The default is true.

Remarks

This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix struct. For more information, see Matrix in the UWP API reference.

Applies to