Funktionreferenz


_WinAPI_MoveToEx


Updates the current position to the specified point

#include <WinAPIGdi.au3>
_WinAPI_MoveToEx ( $hDC, $iX, $iY )

Parameter

$hDC Handle to the device context.
$iX The x-coordinate, in logical units, of the new position, in logical units.
$iY The y-coordinate, in logical units, of the new position, in logical units.

Rückgabewert

Success: $tagPOINT structure that contains the previous current position.
Failure: Sets the @error flag to non-zero.

Bemerkungen

None.

Siehe auch

Suche nach MoveToEx in der MSDN Bibliothek.