A class that can be used to display images in a window.
More...
|
| void | Dispose () |
| | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
| | ImageDisplayWindow (String title) |
| | Creates a new window that can be used to display image data and displays it.
|
| void | SetRefreshTime (int time_ms) |
| | Defines the refresh time in ms.
|
◆ ImageDisplayWindow()
| ImageDisplayWindow |
( |
String | title | ) |
|
|
inline |
Creates a new window that can be used to display image data and displays it.
- Parameters
-
| [in] | title | The title of the window (will be displayed in the windows title bar). |
◆ Dispose()
◆ SetRefreshTime()
| void SetRefreshTime |
( |
int | time_ms | ) |
|
|
inline |
Defines the refresh time in ms.
This function can be used to define a refresh period that - when elapsed - will automatically repaint the window.
- Parameters
-
| [in] | time_ms | The refresh period for the window in ms. Passing 0 will disable the automatic repaint behaviour. |
◆ imageDisplay