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

适用于