[Wnd-commit] wnd/wnd_doc/doc/gdi/bitmap bitmap.dtpl,1.1.1.1,1.2
Status: Alpha
Brought to you by:
jurner
|
From: jürgen u. <cer...@us...> - 2005-07-23 20:11:57
|
Update of /cvsroot/wnd/wnd/wnd_doc/doc/gdi/bitmap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7267 Modified Files: bitmap.dtpl Log Message: bit of this and a bit of that Index: bitmap.dtpl =================================================================== RCS file: /cvsroot/wnd/wnd/wnd_doc/doc/gdi/bitmap/bitmap.dtpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** bitmap.dtpl 29 Apr 2005 15:16:50 -0000 1.1.1.1 --- bitmap.dtpl 23 Jul 2005 20:11:45 -0000 1.2 *************** *** 49,53 **** --- 49,73 ---- </P> + ::site:: class BitmapFromBytes + <code class=import>defined in: wnd.gdi</code><br><br> + <code>BitmapFromBytes(w, h, colorplanes, bits, bytes)</code><br> + <P> + Creates abitmap on the fly. + <DL> + <DT>w + <DD>the width of the bitmap + <DT>h + <DD>the height of the bitmap + <DT>colorplanes + <DD>number of colorplanes used + <DT>bits + <DD>the bit depth of the bitmap + <DT>bytes + <DD>a ctypes array of bytes containing the bitmap bytes + </DL> + + + </P> ::site:: class SystemBitmap |