函数参考


_WinAPI_CreateCompatibleBitmap

创建与指定设备环境兼容的位图

#Include <WinAPI.au3>
_WinAPI_CreateCompatibleBitmap($hDC, $iWidth, $iHeight)

参数

$hDC 设备环境标识符
$iWidth 位图宽度像素值
$iHeight 位图高度像素值

返回值

成功: 返回位图的句柄
失败: 返回 0

注意/说明

 当不再需要位图时,调用 _WinAPI_DeleteObject 函数删除它

相关

_WinAPI_DeleteObject, _WinAPI_CreateSolidBitmap

详情参考

在MSDN中搜索