###User Defined Function###
_GDIPlus_ImageAttributesCreate

###Description###
Creates an ImageAttributes object

###Syntax###
#include <GDIPlus.au3>
_GDIPlus_ImageAttributesCreate (  )


###Parameters###
None.

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


###Related###
_GDIPlus_ImageAttributesDispose


###See Also###
@@MsdnLink@@ GdipCreateImageAttributes


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