###User Defined Function###
_GDIPlus_MatrixClone

###Description###
Clones a Matrix object

###Syntax###
#include <GDIPlus.au3>
_GDIPlus_MatrixClone ( $hMatrix )


###Parameters###
@@ParamTable@@
$hMatrix
	Pointer to a Matrix object
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	Returns a handle to a new cloned Matrix object
Failure:	0
@@End@@


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


###Related###
_GDIPlus_MatrixDispose


###See Also###
@@MsdnLink@@ GdipCloneMatrix


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