Matrix3D.Invert Metodo
Definizione
public:
void Invert();
public void Invert ();
member this.Invert : unit -> unit
Public Sub Invert ()
Eccezioni
La matrice non è invertibile.The matrix is not invertible.
Commenti
Questo struct rappresenta la proiezione .NET dello struct Windows Runtime (WinRT) Matrix3D
.This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix3D
struct. Per altre informazioni, vedere Matrix3D nella Guida di riferimento all'API UWP.For more information, see Matrix3D in the UWP API reference.