GpiCreateBitmap |
Graphique : Crée le Bitmap |
---|---|
PMGPI.DLL | os2.h |
Syntaxe
HBITMAP GpiCreateBitmap(HPS hps, PBITMAPINFOHEADER2 pbmpNew, ULONG flOptions, PBYTE pbInitData, PBITMAPINFO2 pbmiInfoTable); |
Description
Cette fonction permet de créer un Bitmap et de retourner le Handle de son Bitmap.
Voir également
Langage de programmation - C pour OS/2 - GpiBitBlt
Langage de programmation - C pour OS/2 - GpiDeleteBitmap
Langage de programmation - C pour OS/2 - GpiDrawBits
Langage de programmation - C pour OS/2 - GpiQueryBitmapBits
Langage de programmation - C pour OS/2 - GpiQueryBitmapDimension
Langage de programmation - C pour OS/2 - GpiQueryBitmapHandle
Langage de programmation - C pour OS/2 - GpiQueryBitmapParameters
Langage de programmation - C pour OS/2 - GpiQueryDeviceBitmapFormats
Langage de programmation - C pour OS/2 - GpiSetBitmap
Langage de programmation - C pour OS/2 - GpiSetBitmapBits
Langage de programmation - C pour OS/2 - GpiSetBitmapDimension
Langage de programmation - C pour OS/2 - GpiSetBitmapId
Langage de programmation - C pour OS/2 - GpiWCBitBlt
Système d'exploitation - OS/2 - Introduction