Matrix.IsIdentity 属性

定义

获取一个值,它指示此 Matrix 结构是否为恒等矩阵。

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

属性值

trueMatrix如果结构是标识矩阵,则为 ;否则为 false。 默认值为 true

注解

此结构表示 Windows 运行时 (WinRT) Matrix 结构的 .NET 投影。 有关详细信息,请参阅 UWP API 参考中的 矩阵

适用于