###User Defined Function###
_GDIPlus_PathCreate

###Description###
Creates a GraphicsPath object and initializes the fill mode

###Syntax###
#include <GDIPlus.au3>
_GDIPlus_PathCreate ( [$iFillMode = 0] )


###Parameters###
@@ParamTable@@
$iFillMode
	[optional] Fill mode of the interior of the path figures:
		0 - The areas are filled according to the even-odd parity rule
		1 - The areas are filled according to the nonzero winding rule
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	a handle to a new GraphicsPath 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_PathCreate2, _GDIPlus_PathDispose


###See Also###
@@MsdnLink@@ GdipCreatePath


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