Condividi tramite


Matrix3D.IsIdentity Proprietà

Definizione

Determina se lo struct Matrix3D è uno struct Matrix3D di identità.

public:
 property bool IsIdentity { bool get(); };
public bool IsIdentity { get; }
member this.IsIdentity : bool
Public ReadOnly Property IsIdentity As Boolean

Valore della proprietà

true se è un'identità Matrix3DMatrix3D; in caso contrario, false. Il valore predefinito è true.

Commenti

Questo struct rappresenta la proiezione .NET dello struct Windows Runtime (WinRT Matrix3D ). Per altre informazioni, vedi Matrix3D nelle informazioni di riferimento sulle API UWP.

Si applica a