9 bool captureImage(
int left,
int top,
int right,
int bottom,
void *bitmap);
10 bool drawImage(
int left,
int top,
const void *bitmap,
int op);
Definition bgi_camera.h:28
unsigned imageSizeForRect(int left, int top, int right, int bottom)
bool drawImage(int left, int top, const void *bitmap, int op)
bool captureImage(int left, int top, int right, int bottom, void *bitmap)