#include <IDIL_Display.h>
Public Member Functions | |
Image display | |
imageDisplay (int, int, string) | |
Create a new display windows for images. | |
~imageDisplay () |
The class imageDisplay provides OS independent windows for images and texts display.
imageDisplay::imageDisplay | ( | int | sx = 640 , |
|
int | sy = 480 , |
|||
string | title = "IDIL - Display window" | |||
) |
Create a new display windows for images.
sx | : window x dimension, | |
sy | : window y dimension, | |
title | : string containing the windows title. |