Partage via


Matrix.IsIdentity Propriété

Définition

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.

S’applique à