Matrix.IsIdentity 屬性

定義

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

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

屬性值

Boolean

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

備註

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

適用於