wx_BGI_Graphics
Classic BGI-compatible graphics API with modern OpenGL extension API
Loading...
Searching...
No Matches
bgi_image.h
Go to the documentation of this file.
1#pragma once
2
3#include "bgi_types.h"
4
5namespace bgi
6{
7
8 unsigned imageSizeForRect(int left, int top, int right, int bottom);
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);
11
12} // namespace bgi
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)