###User Defined Function###
_WinAPI_MoveTo

###Description###
Updates the current position to the specified point

###Syntax###
#include <WinAPI.au3>
_WinAPI_MoveTo ( $hDC, $iX, $iY )


###Parameters###
@@ParamTable@@
$hDC
	Handle to device context
$iX
	X coordinate of the new position.
$iY
	Y coordinate of the new position.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	True
Failure:	False, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information
@@End@@


###Remarks###
The MoveTo function affects all drawing functions.


###Related###
_WinAPI_LineTo, _WinAPI_DrawLine, _WinAPI_SelectObject, _WinAPI_CreatePen


###See Also###
@@MsdnLink@@ MoveToEx


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