###User Defined Function###
_GDIPlus_PathIterCreate

###Description###
Creates a new GraphicsPathIterator object and associates it with a GraphicsPath object

###Syntax###
#include <GDIPlus.au3>
_GDIPlus_PathIterCreate ( $hPath )


###Parameters###
@@ParamTable@@
$hPath
	Pointer to a GraphicsPath object that will be associated with this GraphicsPathIterator object
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	a pointer to a new GraphicsPathIterator 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_PathDispose.htm">_GDIPlus_PathDispose()</a> to release the object resources.


###Related###
_GDIPlus_PathIterDispose


###See Also###
@@MsdnLink@@ GdipCreatePathIter


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