Method summary
Methods
- __init__(self, dc, width = None, height = None)
Initializes the buffer.
- copy(self, x = 0, y = 0)
Performs the blit of the buffer contents to the specified device context location.
API Reference for Enthought Tool Suite 3.2.0
An off-screen buffer class.
This class implements a off-screen output buffer. Data is meant to be drawn in the buffer and then blitted directly to the output device context.
Initializes the buffer.
Performs the blit of the buffer contents to the specified device context location.
© Copyright 2002-2009 Enthought, Inc.