###User Defined Function###
_GDIPlus_RegionClone

###Description###
Clones a Region object

###Syntax###
#include <GDIPlus.au3>
_GDIPlus_RegionClone ( $hRegion )


###Parameters###
@@ParamTable@@
$hRegion
	Pointer to a Region object to be cloned
@@End@@

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


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


###Related###
_GDIPlus_RegionDispose


###See Also###
@@MsdnLink@@ GdipCloneRegion


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