###User Defined Function###
_GDIPlus_PathBrushCreateFromPath

###Description###
Creates a PathGradientBrush object based on a GraphicsPath object

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


###Parameters###
@@ParamTable@@
$hPath
	Pointer to a GraphicsPath object that specifies the boundary path of the path gradient brush
@@End@@

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


###Related###
_GDIPlus_BrushDispose


###See Also###
@@MsdnLink@@ GdipCreatePathGradientFromPath


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