Matrix3D.Invert 方法

定义

反转此 Matrix3D 结构。Inverts this Matrix3D struct.

public:
 void Invert();
public void Invert ();
member this.Invert : unit -> unit
Public Sub Invert ()

例外

矩阵不可逆。The matrix is not invertible.

注解

此结构表示 Windows 运行时 (WinRT) 结构的 .NET 投影 Matrix3DThis struct represents the .NET projection of the Windows Runtime (WinRT) Matrix3D struct. 有关详细信息,请参阅 UWP API 参考中的 Matrix3DFor more information, see Matrix3D in the UWP API reference.

适用于