UDF > WinAPIEx > GDI > BitMaps >


_WinAPI_CreateSolidBitmap

Cr�e un bitmap de couleur unie

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

Param�tres

$hWnd Handle de la fen�tre o� l'image bitmap sera affich�e
$iColor La couleur de l'image bitmap, au format RGB
$iWidth La largeur de l'image bitmap
$iHeight La hauteur de l'image bitmap
$bRGB [optionnel] Si True, transforme au format COLOREF (0x00bbggrr)

Valeur de retour

Succ�s: Retourne le handle de l'image bitmap
�chec: Retourne 0

En relation

_WinAPI_CreateCompatibleBitmap