Method function IGDIPlus.IGPMatrix.Invert() : TGPMatrix
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: IGPMatrix
Contents |
Syntax
Delphi:
function Invert() : TGPMatrix;
C++ Builder:
TGPMatrix __fastcall Invert();
Visual C++ (MFC):
Invert();
Summary
Replaces the elements of the matrix with the elements of its inverse.
Description
Call this method to replace the elements of the matrix with the elements of its inverse.
If the matrix is invertible, the Invert method replaces the elements of the matrix with the elements of its inverse.