###User Defined Function###
_GDIPlus_BrushClone

###Description###
Clone a Brush object

###Syntax###
#include <GDIPlus.au3>
_GDIPlus_BrushClone ( $hBrush )


###Parameters###
@@ParamTable@@
$hBrush
	Handle to a Brush object
@@End@@

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


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


###Related###
_GDIPlus_BrushDispose


###See Also###
@@MsdnLink@@ GdipCloneBrush


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