Matrix.IsIdentity Proprietà

Definizione

Ottiene un valore che indica se lo struct Matrix corrente è una matrice di identità.

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

Valore della proprietà

Boolean

true se lo Matrix struct è una matrice di identità; in caso contrario, false . Il valore predefinito è true.

Commenti

Questo struct rappresenta la proiezione .NET dello struct Windows Runtime Matrix (WinRT). Per altre informazioni, vedere Matrice nelle informazioni di riferimento sulle API UWP.

Si applica a