Determines the size of the screen.
__property TIvoryVideoMode VideoMode;
Description
Use VideoMode to determine or set the size of the screen in exclusive mode, or the size of the application window in debug mode. VideoMode can be one the following values:
ivm640x480 | 640x480 pixels, 256 colors |
ivm800x600 | 800x600 pixels, 256 colors |
ivm1024x768 | 1024x768 pixels, 256 colors |
VideoMode can only be set before Ivory Draw is activated.