Matrix3D.IsIdentity 屬性

定義

判斷這個 Matrix3D 結構是否為 Matrix3D 單位。

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

屬性值

Boolean

true 如果 Matrix3D 是身分識別,則為 Matrix3D ,否則為 false。 預設值為 true。

備註

此結構代表 Windows 執行階段 (WinRT) 結構的 .NET 投影 Matrix3D 。 如需詳細資訊,請參閱 UWP API 參考中的 Matrix3D

適用於