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. |
__init__(self,
width,
height,
colour)
(Constructor)
Initialize the empty buffer object. -
- Overrides:
wx.MemoryDC.__init__
|
GetBitmap(self)
Returns the internal bitmap for direct drawing. -
|