###User Defined Function###
_GDIPlus_BitmapCreateFromFile

###Description###
Create a Bitmap object from file

###Syntax###
#include <GDIPlus.au3>
_GDIPlus_BitmapCreateFromFile ( $sFileName )


###Parameters###
@@ParamTable@@
$sFileName
	Path to a bitmap file
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	a handle to a Bitmap 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 Bitmap object, call <a href="_GDIPlus_BitmapDispose.htm">_GDIPlus_BitmapDispose()</a> to release the resources.


###Related###
_GDIPlus_BitmapDispose, _WinAPI_DeleteObject


###See Also###
@@MsdnLink@@ GdipCreateBitmapFromFile


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