|
wx_BGI_Graphics
Classic BGI-compatible graphics API with modern OpenGL extension API
|
#include "bgi_types.h"
Go to the source code of this file.
Namespaces | |
| namespace | bgi |
Functions | |
| bool | bgi::captureImage (int left, int top, int right, int bottom, void *bitmap) |
| bool | bgi::drawImage (int left, int top, const void *bitmap, int op) |
| unsigned | bgi::imageSizeForRect (int left, int top, int right, int bottom) |