From 772f94ca1ac8aec25aa4ccc337454cf76c5ea700 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 27 Nov 2001 02:09:45 +0000 Subject: More docos (many files just copied, so the content isn't right yet...) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1753 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_PNG_Image.html | 51 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 documentation/Fl_PNG_Image.html (limited to 'documentation/Fl_PNG_Image.html') diff --git a/documentation/Fl_PNG_Image.html b/documentation/Fl_PNG_Image.html new file mode 100644 index 000000000..010fcc73a --- /dev/null +++ b/documentation/Fl_PNG_Image.html @@ -0,0 +1,51 @@ + + + + + +

class Fl_Bitmap

+
+ +

Class Hierarchy

+ + + +

Include Files

+ + + +

Description

+ +

The Fl_Bitmap class supports caching and drawing of mono-color +(bitmap) images. Images are drawn using the current color.

+ +

Methods

+ + + +

Fl_Bitmap::Fl_Bitmap(const char *array, int W, int H);
+Fl_Bitmap::Fl_Bitmap(const unsigned char *array, int W, int H);

+ +

The constructors create a new bitmap from the specified bitmap data.

+ +

Fl_Bitmap::~Fl_Bitmap();

+ +

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

+ + + -- cgit v1.2.3