~ubuntu-branches/ubuntu/edgy/fltk1.1/edgy

« back to all changes in this revision

Viewing changes to documentation/Fl_Bitmap.html

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2004-04-14 21:55:19 UTC
  • Revision ID: james.westby@ubuntu.com-20040414215519-avj0ojjkjni1s4ty
Tags: upstream-1.1.4+1.1.5rc1
ImportĀ upstreamĀ versionĀ 1.1.4+1.1.5rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML>
 
2
<BODY>
 
3
 
 
4
<!-- NEW PAGE -->
 
5
 
 
6
<H2><A name="Fl_Bitmap">class Fl_Bitmap</A></H2>
 
7
<HR>
 
8
 
 
9
<H3>Class Hierarchy</H3>
 
10
 
 
11
<UL><PRE>
 
12
<A href="Fl_Image.html">Fl_Image</A>
 
13
   |
 
14
   +----<B>Fl_Bitmap</B>
 
15
           |
 
16
           +----<A href="Fl_XBM_Image.html">Fl_XBM_Image</A>
 
17
</PRE></UL>
 
18
 
 
19
<H3>Include Files</H3>
 
20
 
 
21
<UL><PRE>
 
22
#include &lt;FL/Fl_Bitmap.H&gt;
 
23
</PRE></UL>
 
24
 
 
25
<H3>Description</H3>
 
26
 
 
27
<P>The <TT>Fl_Bitmap</TT> class supports caching and drawing of mono-color
 
28
(bitmap) images. Images are drawn using the current color.</P>
 
29
 
 
30
<H3>Methods</H3>
 
31
 
 
32
<UL>
 
33
 
 
34
        <LI><A href="#Fl_Bitmap.Fl_Bitmap">Fl_Bitmap</A></LI>
 
35
 
 
36
        <LI><A href="#Fl_Bitmap.~Fl_Bitmap">~Fl_Bitmap</A></LI>
 
37
 
 
38
</UL>
 
39
 
 
40
<H4><A name="Fl_Bitmap.Fl_Bitmap">Fl_Bitmap::Fl_Bitmap(const char *array, int W, int H);<BR>
 
41
Fl_Bitmap::Fl_Bitmap(const unsigned char *array, int W, int H);</A></H4>
 
42
 
 
43
<P>The constructors create a new bitmap from the specified bitmap data.</P>
 
44
 
 
45
<H4><A name="Fl_Bitmap.~Fl_Bitmap">Fl_Bitmap::~Fl_Bitmap();</A></H4>
 
46
 
 
47
<P>The destructor free all memory and server resources that are used by
 
48
the bitmap.</P>
 
49
 
 
50
</BODY>
 
51
</HTML>