Funktionreferenz


_WinAPI_OffsetWindowOrg


Modifies the window origin for a device context using the specified horizontal and vertical offsets

#include <WinAPIGdi.au3>
_WinAPI_OffsetWindowOrg ( $hDC, $iXOffset, $iYOffset )

Parameter

$hDC Handle to the device context.
$iXOffset The horizontal offset, in logical units.
$iYOffset The vertical offset, in logical units.

Rückgabewert

Success: True
Failure: False

Bemerkungen

Call _WinAPI_GetExtended() to retrieve a $tagPOINT structure containing the previous window origins.

Verwandte Funktionen

_WinAPI_GetExtended

Siehe auch

Suche nach OffsetWindowOrgEx in der MSDN Bibliothek.