Partager via


Matrix3D.IsIdentity Propriété

Définition

Détermine si ce struct Matrix3D est une identité Matrix3D.

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 est Matrix3D une identité Matrix3D; sinon, false. La valeur par défaut est true.

Remarques

Ce struct représente la projection .NET du struct Windows Runtime (WinRT). Matrix3D Pour plus d’informations, consultez Matrix3D dans les informations de référence sur l’API UWP.

S’applique à