From 37154d08fe96d6f66ef464ab9c50a7551d21b561 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 7 Jan 2002 15:29:45 +0000 Subject: [PATCH] Add missing Fl_BMP_Image docos. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1916 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_BMP_Image.html | 48 +++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 documentation/Fl_BMP_Image.html 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 @@ + + + + + +

class Fl_BMP_Image

+
+ +

Class Hierarchy

+ + + +

Include Files

+ + + +

Description

+ +

The Fl_BMP_Image class supports loading, caching, +and drawing of Windows Bitmap (BMP) image files.

+ +

Methods

+ + + +

Fl_BMP_Image::Fl_BMP_Image(const char *filename);

+ +

The constructor loads the named BMP image.

+ +

Fl_BMP_Image::~Fl_BMP_Image();

+ +

The destructor free all memory and server resources that are used by +the image.

+ + +