Matrix.IsIdentity 屬性

定義

取得值,這個值表示此 Matrix 結構是否為單位矩陣。

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

屬性值

true Matrix如果結構是識別矩陣,則為 ,false否則為 。 預設為 true

備註

此結構代表 Windows 執行時間 (WinRT) Matrix 結構的 .NET 投影。 如需詳細資訊,請參閱UWP API參考中的 矩陣

適用於