Matrix.IsIdentity Propriété

Définition

Obtient une valeur indiquant si ce Matrix est la 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é

Cette propriété est true si cet objet Matrix est la matrice d'identité ; sinon, false.

S’applique à