函数参考


_WinAPI_CreateSolidBitmap

创建单色位图

#Include <WinAPI.au3>
_WinAPI_CreateSolidBitmap($hWnd, $iColor, $iWidth, $iHeight [, $bRGB = 1])

参数

$hWnd 窗口句柄
$iColor 位图颜色的 RGB 值
$iWidth 位图宽度
$iHeight 位图高度
$bRGB [可选参数] 如为 True, 修改颜色为 COLOREF (0x00bbggrr)

返回值

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

注意/说明

None.

相关

_WinAPI_CreateCompatibleBitmap