###User Defined Function###
_GDIPlus_PathGetLastPoint

###Description###
Gets the ending point of the last figure in a path

###Syntax###
#include <GDIPlus.au3>
_GDIPlus_PathGetLastPoint ( $hPath )


###Parameters###
@@ParamTable@@
$hPath
	Pointer to a GraphicsPath object
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	an array containing the point coordinates:
			[0] - X coordinate of the point
			[1] - Y coordinate of the point
Failure:	sets the @error flag to non-zero, @extended may contain GPSTATUS error code ($GPID_ERR*).
@@End@@


###Remarks###
None.


###Related###


###See Also###
@@MsdnLink@@ GdipGetPathLastPoint


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