Re: CxImage User Input
- Posted by mic_ Aug 31, 2009
- 1223 views
It's a bit unclear to me what it is you want to do. If you want to display an image on a window there's a function in cximage.ew that generates a HBITMAP for you:
-- atom CXI_MakeBitmap(atom image, atom hdc) -- Return a HBITMAP for the image. Useful if you want to draw the image to a window. -- 'hdc' is the target device context (can be NULL).