Condividi tramite


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à

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 (WinRT). Matrix Per altre informazioni, vedere Matrice nel riferimento all'API UWP.

Si applica a