###User Defined Function###
_GDIPlus_LineBrushGetRect

###Description###
Gets the rectangle that defines the boundaries of a linear gradient brush

###Syntax###
#include <GDIPlus.au3>
_GDIPlus_LineBrushGetRect ( $hLineGradientBrush )


###Parameters###
@@ParamTable@@
$hLineGradientBrush
	Pointer to a LinearGradientBrush object
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	an array containing the rectangle boundaries:
		[0] - X coordinate of the upper-left corner of the rectangle
		[1] - Y coordinate of the upper-left corner of the rectangle
		[2] - Width of the rectangle
		[3] - Height of the rectangle
Failure:	sets the @error flag to non-zero, @extended may contain GPSTATUS error code ($GPID_ERR*).
@@End@@


###Remarks###
None.


###Related###


###See Also###
@@MsdnLink@@ GdipGetLineRect


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