Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Package colourchooser :: Module canvas :: Class BitmapBuffer |
|
object
--+ |Object
--+ |DC
--+ |WindowDC
--+ |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 | |
---|---|
Initialize the empty buffer object. | |
Returns the internal bitmap for direct drawing. | |
Gets the color value of the pixel at the given cords. |
Property Summary |
---|
Method Details |
---|
__init__(self,
width,
height,
colour)
|
GetBitmap(self)Returns the internal bitmap for direct drawing. |
GetPixelColour(self, x, y)Gets the color value of the pixel at the given cords. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:53:54 2009 | http://epydoc.sf.net |