Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 926 Bytes

GdipDeleteMatrix.md

File metadata and controls

48 lines (30 loc) · 926 Bytes

Home

Function name : GdipDeleteMatrix

Group: GDI+ Matrix - Library: gdiplus


Deletes the Matrix object created by GdipCreateMatrix, GdipCloneMatrix and similar functions.


Code examples:

Custom GDI+ class
GDI+: Using Scale and Shear transformations

Declaration:

GpStatus WINGDIPAPI GdipDeleteMatrix(GpMatrix *matrix)
  

FoxPro declaration:

DECLARE INTEGER GdipDeleteMatrix IN gdiplus;
	INTEGER matrix  

Parameters:

matrix [in] Handle to a Matrix object.


Return value:

Returns GpStatus value, 0 means success.


Comments:

See also: GdipCreateMatrix.