Matrix::Invert Method ()
.NET Framework (current version)
Inverts this Matrix, if it is invertible.
Assembly: System.Drawing (in System.Drawing.dll)
The following code example creates a matrix and inverts it:
Matrix myMatrix = new Matrix(3, 5, 1, 2, 2, 4);
myMatrix.Invert();
.NET Framework
Available since 1.1
Available since 1.1
Show: