Matrix3D.HasInverse 属性

定义

获取指示是否可反转此 Matrix3D 的值。

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

属性值

trueMatrix3D如果 具有反函数,则为 ;否则为 false。 默认值为 true。

注解

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

适用于