函数参考


_WinAPI_PointFromRect

以 $tagPOINT 结构返回 $tagRECT 结构左上角的坐标

#Include <WinAPI.au3>
_WinAPI_PointFromRect(ByRef $tRect [, $fCenter = True])

参数

$tRect $tagRECT 结构
$fCenter [可选参数] 如为 True, 将返回矩形的中心点, 否则返回左上角.

返回值

    返回 $tagPOINT 结构

注意/说明

 函数用于获取任何点击函数的点击位置

相关