###User Defined Function###
_GDIPlus_RegionCreate

###Description###
Creates a region that is infinite

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


###Parameters###
None.

###ReturnValue###
@@ReturnTable@@
Success:	a pointer to a new 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@@ GdipCreateRegion


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