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é

Boolean

true Si Matrix3D est 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 la référence de l’API UWP.

S’applique à