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à

Boolean

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

Commenti

Questo struct rappresenta la proiezione .NET dello struct Windows Runtime (WinRT) Matrix3D . Per altre informazioni, vedere Matrix3D nella Guida di riferimento all'API UWP.

Si applica a