Package wx :: Package lib :: Package colourchooser :: Module canvas :: Class BitmapBuffer
[frames | no frames]

Type BitmapBuffer

object --+            
         |            
    Object --+        
             |        
            DC --+    
                 |    
          MemoryDC --+
                     |
                    BitmapBuffer


A screen buffer class.

This class implements a screen output buffer. Data is meant to be drawn in the buffer class and then blitted directly to the output device, or on-screen window.


Method Summary
  __init__(self, width, height, colour)
Initialize the empty buffer object.
  GetBitmap(self)
Returns the internal bitmap for direct drawing.

Method Details

__init__(self, width, height, colour)
(Constructor)

Initialize the empty buffer object.
Overrides:
wx.MemoryDC.__init__

GetBitmap(self)

Returns the internal bitmap for direct drawing.

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:25:43 2005 http://epydoc.sf.net