#include <basegfx.h>
Public Member Functions | |
| tvirtualdisplay (int x, int y) | |
| tvirtualdisplay (int x, int y, int color, int depth=8) | |
| Surface & | getSurface () |
| ~tvirtualdisplay () | |
All graphic operations will operate on this virtual display until it is deleted
Definition at line 312 of file basegfx.h.
| tvirtualdisplay::tvirtualdisplay | ( | int | x, | |
| int | y | |||
| ) |
Definition at line 1136 of file basegfx.cpp.
| tvirtualdisplay::tvirtualdisplay | ( | int | x, | |
| int | y, | |||
| int | color, | |||
| int | depth = 8 | |||
| ) |
Definition at line 1141 of file basegfx.cpp.
| tvirtualdisplay::~tvirtualdisplay | ( | ) |
| Surface & tvirtualdisplay::getSurface | ( | ) |
Definition at line 1131 of file basegfx.cpp.
1.5.1