Expand/Shrink

loadDib

Definition: a32Dib0 newdib = loadDib(string fileName)
Description: Loads a bitmap from a BMP-file, returns 0 if the bitmap could not be read
Comments: Currently the library itself only supports loading from .bmp files, but the (as yet undocumented) gdiplus routines in axtra.ew can be used to load a wide variety of files, for an example see demo\arwen32dib\raycast.exw.

When you no longer need the bitmap, you have to delete it by calling the killDib procedure.
See Also: killDib