DevIL Documentation Previous | ILUT | Next

 

ilutSetHBitmap

 

ilutSetHBitmap copies Bitmap to the current bound image in a format OpenIL can understand. The image can then be used just as if you had loaded an image via ilLoadImage. This function is the opposite of ilutConvertToHBitmap.

 

HBITMAP ilutSetHBitmap(
  HBITMAP Bitmap );


Parameters

 
Bitmap
Bitmap to copy to the current bound image.


See Also

 
ilBindImage, ilLoadImage, ilutConvertToHBitmap,