###User Defined Function###
_GDIPlus_BrushCreateSolid

###Description###
Create a solid Brush object

###Syntax###
#include <GDIPlus.au3>
_GDIPlus_BrushCreateSolid ( [$iARGB = 0xFF000000] )


###Parameters###
@@ParamTable@@
$iARGB
	[optional] Alpha, Red, Green and Blue components of brush
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	a handle to a solid 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@@ GdipCreateSolidFill


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