函数参考


_WinAPI_SetWindowOrg

设置映射到视图原点的窗口点

#Include <WinAPIEx.au3>
_WinAPI_SetWindowOrg ( $hDC, $iX, $iY )

参数

$hDC  设备场景句柄
$iX  新的窗口原点的x坐标
$iY  新的窗口原点的y坐标

返回值

成功: 返回 1
失败: 返回 0并设置@error非0

注意/说明

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

相关

详情参考

在MSDN中搜索