Public Member Functions | |
| PainterAgg (Window *pWindow) | |
| PainterAgg (const Point &p) | |
| ~PainterAgg () | |
| void * | GetRenderingBuffer () |
| void | Keep (bool bKeep) |
| Image * | GetImage () |
Classes | |
| class | Private |
Painter which implements an Anti-Gain-Gemoertry (AGG) drawing context. Use PainterAgg::GetRenderingBuffer to obtain the rendering buffer and perform AGG operations on it.
| PainterAgg::PainterAgg | ( | Window * | pWindow | ) |
| PainterAgg::PainterAgg | ( | const Point & | p | ) |
| PainterAgg::~PainterAgg | ( | ) |
| void * PainterAgg::GetRenderingBuffer | ( | ) |
| void PainterAgg::Keep | ( | bool | bKeep | ) |
| Image * PainterAgg::GetImage | ( | ) |
1.5.1-p1