Funktionreferenz


_WinAPI_SetWindowOrg


Specifies which window point maps to the viewport origin (0,0)

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

Parameter

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

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 SetWindowOrgEx in der MSDN Bibliothek.