Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 765 Bytes

File metadata and controls

46 lines (28 loc) · 765 Bytes

Home

Function name : GdipInvertMatrix

Group: GDI+ Matrix - Library: gdiplus


For invertible matrix, replaces the elements of this matrix with the elements of its inverse.


Code examples:

Custom GDI+ class

Declaration:

GpStatus WINGDIPAPI GdipInvertMatrix(
	GpMatrix *matrix
)
  

FoxPro declaration:

DECLARE INTEGER GdipInvertMatrix IN gdiplus;
	INTEGER matrix
  

Parameters:

matrix [in] Handle to a Matrix object.


Return value:

Returns GpStatus value; 0 means success.