Home | All Classes | Grouped Classes | Index | Search
Canvas pixelbuffer/surface class. More...
Derived from:
none
Derived by:
none
Group: Display (Display 2D)
#include <ClanLib/display.h>
Construction:
Constructs a canvas. |
Attributes:
Returns the pixel buffer of the canvas. | |
Returns the graphic context of the canvas. |
Operations:
Copy assignment operator. | |
Draw canvas onto graphic context. |
Detailed description:
The Canvas class is a special pixelbuffer that is optimized for rapid changes in its pixel data. This is opposite to CL_Surface, which is optimzied for no changes in its pixel data.