###User Defined Function###
_GDIPlus_MatrixCreate

###Description###
Creates and initializes a Matrix object that represents the identity matrix

###Syntax###
#include <GDIPlus.au3>
_GDIPlus_MatrixCreate (  )


###Parameters###
None.

###ReturnValue###
@@ReturnTable@@
Success:	a handle to a Matrix object.
Failure:	0 and sets the @error flag to non-zero, @extended may contain GPSTATUS ($GPID_ERR*).
@@End@@


###Remarks###
When you are done with the matrix, call <a href="_GDIPlus_MatrixDispose.htm">_GDIPlus_MatrixDispose()</a> to release the resources.


###Related###
_GDIPlus_MatrixDispose


###See Also###
@@MsdnLink@@ GdipCreateMatrix


###Example###
@@IncludeExample@@
