Displaying an image

  Imaging Toolkit

In order to display images, developers must first load the image into a DIB. See the Load an image into a DIB section for additional details. After loading the image, developers can display the DIB by using the DisplayDIBImage or DisplayImage functions of the BIDisp.DLL.

Don’t forget to use the Microsoft API’s GlobalUnlock or GlobalFree functions to free up the memory when you have finished with the DIB.

Regards,
Technical Support Team