diff --git a/documentation/Fl_BMP_Image.html b/documentation/Fl_BMP_Image.html new file mode 100644 index 000000000..7f920813e --- /dev/null +++ b/documentation/Fl_BMP_Image.html @@ -0,0 +1,48 @@ + +
+ + + ++Fl_RGB_Image + | + +----Fl_BMP_Image ++ +
+#include <FL/Fl_BMP_Image.H> ++ +
The Fl_BMP_Image class supports loading, caching, +and drawing of Windows Bitmap (BMP) image files.
+ +The constructor loads the named BMP image.
+ +The destructor free all memory and server resources that are used by +the image.
+ + +