###User Defined Function###
_GDIPlus_GraphicsGetCompositingMode

###Description###
Gets the compositing mode currently set for a Graphics object

###Syntax###
#include <GDIPlus.au3>
_GDIPlus_GraphicsGetCompositingMode ( $hGraphics )


###Parameters###
@@ParamTable@@
$hGraphics
	Pointer to a Graphics object
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	the compositing mode:
			0 - Specifies that when a color is rendered, it is blended with the background color
			1 - Specifies that when a color is rendered, it overwrites the background color
Failure:	-1 and sets the @error flag to non-zero, @extended may contain GPSTATUS error code ($GPID_ERR*).
@@End@@


###Remarks###
None.


###Related###
_GDIPlus_GraphicsSetCompositingMode


###See Also###
@@MsdnLink@@ GdipGetCompositingMode


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