Matrix.IsIdentity Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique si ce struct Matrix est une matrice d’identité.
public:
property bool IsIdentity { bool get(); };
public bool IsIdentity { get; }
member this.IsIdentity : bool
Public ReadOnly Property IsIdentity As Boolean
Valeur de propriété
true
si le Matrix struct est une matrice d’identité ; sinon, false
. La valeur par défaut est true
.
Remarques
Ce struct représente la projection .NET du struct Windows Runtime (WinRT). Matrix
Pour plus d’informations, consultez Matrice dans les informations de référence sur l’API UWP.