函数参考


_WinAPI_GetPixel

检索指定坐标的像素颜色值.

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

参数

$hDC 设备环境句柄.
$iX 像素的 x 坐标逻辑单位.
$iY 像素的 y 坐标逻辑单位.

返回值

成功: 返回像素颜色的 RGB 值.
失败: 返回 -1,设置@error标志为非 0 值.

注意/说明

None

相关

详情参考

在MSDN中搜索