_WinAPI_CreateCompatibleBitmap
Creates a bitmap compatible with the specified device context
#include <WinAPI.au3>
_WinAPI_CreateCompatibleBitmap($hDC, $iWidth, $iHeight)
Параметры
$hDC | Identifies a device context |
$iWidth |
Specifies the bitmap width, in pixels |
$iHeight |
Specifies the bitmap height, in pixels |
Возвращаемое значение
Успех: | The handle to the bitmap |
Ошибка: | Возвращает 0 |
Примечания
When you no longer need the bitmap, call the _WinAPI_DeleteObject function to delete itСм. также
_WinAPI_DeleteObject, _WinAPI_CreateSolidBitmapСм. также
Искать CreateCompatibleBitmap в библиотеке MSDN